PostgreSQL Database project
- As someone who has been to a restaurant/cafe/generic food outlet near SPACE4, I want to: submit a review/recommendation of the place I have visited. Information I want to submit:
- Restaurant name
- Restaurant address/
- distance/walking time from SPACE4 → auto-generate with an API
- short heading
- name of reviewer/username
- the review
- As someone looking for somewhere to eat/grab a coffee near SPACE4, I want to: visit the site and see recommendations written by others (and myself) for places nearby
- As someone who knows what sort of thing they want, I want to: be able to filter the recommendations based on distance/number of "likes"
- As someone who likes a tidy interface, I want to: be able to see recommendations grouped by restaurant
- As someone who doesn't have enough time to leave a full review but wants to support a place I like, I want to: be able to just click a button to show my support to that place
- use GitHub Actions CI
- Team roles
- Servers
- Database
- Schema
- HTML pages (in servers)
- /review
- form: semantic, correct labels, a11y
- / → have list of all reviews
- filter, sort items
- /review
- CSS (static?)
- accessible:
- a11y: labels, alt-text, lighthouse, colors...
- Tests: all together :-)
- Security (Alex knows a bit here)
- injection attack
- hidden environment var
- Heroku
- Postgres Database
- Deploy