Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results of Sprint 1 & 2 #43

Merged
merged 37 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d3cc7ea
URI changed and test commit
jasonyu0705 Jan 20, 2025
326c70b
first 4 steps of issue
jasonyu0705 Jan 20, 2025
a7e53a2
Added a retrive all POIs
tammy-si Jan 20, 2025
82a93da
Audiofile Schema GET done
derrickph33 Jan 22, 2025
f0c685b
Added get POI by id route. Also slight change to POI schema
tammy-si Jan 22, 2025
0967940
ci: attempt to fix ci/cd
tammy-si Jan 22, 2025
f18a51d
feat:add updating metadata of audiofile
EthanSunjoonYang Jan 25, 2025
25eabee
feat: installed vercel blob and lint fixes
gracebw7 Jan 27, 2025
0bdc9d7
feat: upload page for audio
gracebw7 Jan 27, 2025
6b6e4a7
fix post
gracebw7 Jan 27, 2025
5a6133f
updated to upload audio
gracebw7 Jan 27, 2025
e26893d
fix: fixed bugs to deploys
gracebw7 Jan 27, 2025
b1e2f45
added status message to upload
gracebw7 Jan 27, 2025
37c1dc5
Merge pull request #23 from hack4impact-calpoly/YuSiBranch
gracebw7 Jan 27, 2025
7dad240
Merge branch 'develop' into 18-store-audiofiles-vercelBlob
gracebw7 Jan 28, 2025
2539d1b
Merge pull request #24 from hack4impact-calpoly/18-store-audiofiles-v…
gracebw7 Jan 28, 2025
5f385b0
feat: new function to ensure database connection before requests
EthanSunjoonYang Jan 28, 2025
29a3ba3
fix: param name and debugging
EthanSunjoonYang Jan 28, 2025
fc0909a
feat: added get request to get all audios and a post method, specifie…
gracebw7 Feb 4, 2025
2a99f33
Merge branches 'CreateAudioFileSchema' and 'develop' of https://githu…
gracebw7 Feb 4, 2025
3a5db38
feat: get all request
gracebw7 Feb 4, 2025
b906d51
Merge pull request #35 from hack4impact-calpoly:CreateAudioFileSchema
gracebw7 Feb 4, 2025
e6f9156
feat: added a get all request and a put request for audio files
gracebw7 Feb 4, 2025
6ca97e2
fix: fixed minor npm error
gracebw7 Feb 4, 2025
823f523
Started Howler Implementation
derrickph33 Feb 5, 2025
52fb4dd
Merge branch 'develop' of https://github.com/hack4impact-calpoly/lcsl…
gracebw7 Feb 10, 2025
9104820
Merge pull request #36 from hack4impact-calpoly/add-getAll-audios
gracebw7 Feb 10, 2025
3901c93
Merge branch 'develop' of https://github.com/hack4impact-calpoly/lcsl…
gracebw7 Feb 10, 2025
14f31c1
Merge pull request #38 from hack4impact-calpoly/resolve-merge-audiofile
gracebw7 Feb 10, 2025
3da2c84
feat: added POI (List-View) component
EthanSunjoonYang Feb 10, 2025
e71c100
Merge pull request #39 from hack4impact-calpoly/CreatePOIComponent
emily-yarvis Feb 10, 2025
de4caf2
audio stuff
jasonyu0705 Feb 11, 2025
5fa05fb
feat: moved audiplayer to its own page and updated URL to actual audio
gracebw7 Feb 11, 2025
c28faef
Merge remote-tracking branch 'origin/develop' into Howler
gracebw7 Feb 11, 2025
e4f20b4
Merge pull request #41 from hack4impact-calpoly:Howler
gracebw7 Feb 11, 2025
3880f31
feat: renamed poiList, formatted
gracebw7 Feb 11, 2025
21ab925
Merge pull request #42 from hack4impact-calpoly/reformatting
emily-yarvis Feb 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# create local copy of this file and rename to .env.local
# make sure to add .env.local to .gitignore!!
MONGO_URI={mongo-uri-here}
MONGO_URI={mongo-uri-here}
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/new-issue.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: New Issue
about: Create a new issue
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

**Description**
Expand All @@ -14,6 +13,7 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
A clear and concise description of what you want to happen.

Steps:

- step 1
- step 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
# - Settings -> Secrets and variables -> New repository secret
MONGO_URI: ${{ secrets.MONGO_URI }}
# Add additional environment variables here

- name: Run tests
run: npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-error.log*
# local env files
.env*.local
.env
.env.local

# vercel
.vercel
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The LCSLO team consists of {#} Cal Poly students. Over the course of about 9 mon
- [Saurish Suman](https://www.linkedin.com/in/saurish-suman/) - Software Developer
- [Ethan Yang]() - Software Developer
- [Jason Yu](https://www.linkedin.com/in/jasonyu101/) - Software Developer

## Getting Started And Contributing

Visit [getting-started.md](docs/getting-started.md) on info for how to set up this repo.
Expand Down
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ const nextConfig = {
experimental: {
optimizePackageImports: ["@chakra-ui/react"],
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "my-blob-store.public.blob.vercel-storage.com",
port: "",
},
],
},
};

module.exports = nextConfig;
Loading
Loading