GUBookSociety / uofg-book-society-website

A website created with Angular for the Glasgow University Book Society. (IN DEVELOPMENT)
1 stars 0 forks source link

Form page #17

Closed LukeGall closed 4 years ago

LukeGall commented 4 years ago

Summary

Added two new components, one displaying a form that users can enter new data into the firestore and another that displays the lists of item with a delete button

Details of Changes/Features Added

MainPage component was changed so the form-page component is routed to a different page of the app. BooksService is the service that contains the firebase functionality including deleting, updating and the form itself.

Notes

Purely feature merge, appearance changes and tests will be added in other issues

Issues Closed/Addressed

Closes #16

liamlau commented 4 years ago

Don't delete this branch yet, I'll use it to follow up on making sure we're doing all the software engineering right.