-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
f94973d
to
621d4bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My psql installation is broken on my system, so I can't test it as of now. Will continue fixing it later, but here's my review so far.
…e popup code cleaner and look nicer
…ation input isn't working yet
…omting happens too often
621d4bb
to
5c510b7
Compare
I will re-review this soon. Please refrain from pushing new features in this branch, for otherwise I will get in a endless review cycle. Although, your latest push was done by me haha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feedback so far. Good job though, you're working hard!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error upon boot, something with static/uploads/
being ignored.
Our idea was to let server.py craete the folder on boot, if it does not exist yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Made the existing project work locally.
Project now uses postgresql using psycopg2 in python which wasn't properly set up.
Now it should work if you install postgrsql on your machine and then you can view/edit your current database using PGAdmin 4.
Made the UI theme purple and added custom markers. Filled the pop-ups with content I found could be fun. I added the basics for 'spots' which are the amount of times a sticker has been spotted. It could be expanded by providing a photo (and maybe verifying each spot), but I now works with a simple button.
Added a 'Google Maps style' 'near you' content overlay thing. Still a bit of a work in progress but the general idea is working well.
The database connection works, but the authentication currently doesn't. I also (temporarily) made the stickers verified by default, as the admin page isn't working at the moment.