Nasiff / Online-Book-Store

An online book store that allows users to login, view and buy books.
2 stars 0 forks source link

enhancement: Add admin page, finnish post service, and adjust to backend #66

Closed Rovaxes closed 3 years ago

Rovaxes commented 3 years ago

Close #64 Close #15 Close #46

Bug found when patrick was testing with price not rounding to two decimal places:

Adjusted the front end to match the web services responses and added admin features. Finished posting order Added some redirection for logins Reload all books on review add (To update review on session)

Example.zip

Here are some walk throughs of the services implemented, note there are still wonky components. Namely... The reviews requires a refresh to reflect the newly added review to the score. The registration allows for admin and partner users to add shipping information to their account on the front end (Wont be added to back end though). Bug found when patrick was testing with price not rounding to two decimal places in the cart. Search bar and filter in the catalogue aren't used.

Will work on these fixes if I have time during the week.