ucsb-cs56-webapps / ucsb-cs56-ride2school

Facebook Rideshare
MIT License
0 stars 4 forks source link

Improved Database, Random Posts/Users, Editing Posts Page, Timeline #32

Closed dkupsh closed 6 years ago

dkupsh commented 6 years ago

This pull request finishes issue #8 with creating two different collections one for posts and users. It also allows for easy insertion and easy pulling.

Creates Data classes which store all the information. Complete with unique identification numbers and an option to make it storable.

Also, does #29 and creates random test posts and users. These are helpful for testing and seeing random data inside database/on the screen.

Completes #6 creating a working timeline for posts. It displays all the information for each posts in a timeline sorted by date last updated.

Starts #11 with the ability to click on a post and have it be sent to a page where you can update the information. The page is currently created with the data it needs. Just needs to be completed with button for submission and html stuff for display.

Starts #26 creating a signup tab that has option for alternative sign in option.

tylermarton commented 6 years ago

And also fixed issue #22