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

Database works, UI got an upgrade, authentication not done yet #1

Merged
merged 25 commits into from
Sep 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0501da3
Made the database and adding markers work!
ArondenOuden May 2, 2024
5f450de
Added datetime and spots to table and the popups
ArondenOuden May 2, 2024
70aef99
Changed location permission, button still not working
ArondenOuden May 2, 2024
0b7d9f1
Made the button work. Made formated time string, Made custom markers …
ArondenOuden May 2, 2024
e549d45
Added current location marker
ArondenOuden May 2, 2024
96dd78f
Organized static folder into subfolders (img, css, js)
ArondenOuden May 2, 2024
e64beec
Updating map on page load
ArondenOuden May 3, 2024
0e0fe18
Started with 'near you' functionality
ArondenOuden May 3, 2024
5fbcc09
Made the near you overlay look better, put styling in css file
ArondenOuden May 3, 2024
4c22c3e
Small changes, fixed database issue, changed near you line color, mad…
ArondenOuden May 3, 2024
a175fe2
Did some more styling on the leaflet popup
ArondenOuden May 4, 2024
13b42fd
More css pop styling, popups look good for now
ArondenOuden May 4, 2024
6146832
changed "spots" to "spot" when there's only one spot
ArondenOuden May 4, 2024
06e46c2
Made a beginning with near you divs creation
ArondenOuden May 4, 2024
09acab5
Add nearby divs, looking good
ArondenOuden May 6, 2024
b1bf98b
'Near you' now uses PostGIS to actually get the closest stickers. Loc…
ArondenOuden May 8, 2024
785f608
Near you now uses correct location. Reveals act weird and location pr…
ArondenOuden May 11, 2024
60926be
Update .gitignore: ignore uploads
ArondenOuden May 11, 2024
5c510b7
near you things
ArondenOuden May 27, 2024
1ea0300
added pycache to gitignore
ArondenOuden Sep 24, 2024
6944dd4
re added sample.env
ArondenOuden Sep 24, 2024
46ac39a
split up main.js file
ArondenOuden Sep 24, 2024
42ead69
deleted uploads content
ArondenOuden Sep 24, 2024
bb91dd8
changed sticky board color
ArondenOuden Sep 24, 2024
c00c95d
Create uploads folder if it doesn't exist
ArondenOuden Sep 24, 2024
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ obj/
bin/

# Ignore user uploads
uploads/
uploads/
SilasPeters marked this conversation as resolved.
Show resolved Hide resolved