Skip to content

Releases: COP4331-Group20-Sum2021/Midpoint

Version 1.0.0

05 Aug 17:24
bf9009a
Compare
Choose a tag to compare

In this release, the features of the website and mobile were finalized, and the API was broken up a slight bit.

Web and API updates

27 Jul 02:22
9fb90d7
Compare
Choose a tag to compare
Web and API updates Pre-release
Pre-release

Change log

  • Updated page title and description
  • Fixed Navbar and sidebar styles
  • Added API checks to ensure all required fields are sent
  • Added API checks to ensure users are authenticated when using endpoints
  • Added API check to determine if the owner is removing themselves
  • Added API and web functionality to display user info on login
  • Added Group page on Web

Better user location updating & web upgrades

24 Jul 00:13
bda579e
Compare
Choose a tag to compare

Change Log

  • Added register and login API endpoint to update user database on those events
  • Added user validation requirement to location API endpoints
  • Added ability to create groups on web
  • Added first and last name fields for register
  • added update to user location when they become verified
  • Added reminder to refresh the page after verification
  • Added update to user location when they log in
  • Removed fixed navbar

General Update

22 Jul 22:38
4a7f0ec
Compare
Choose a tag to compare
General Update Pre-release
Pre-release

This release is way later than it should be, but to keep up with changes, I am creating it now. Going forward, the release version will match those in Heroku.

The following things have changed since last release:

  • Backend
    • CRUD operations for groups added
    • Location API added
    • Swagger auto-generation added
    • Firebase auth added
  • Web
    • Home page modified
    • About page added
    • Dashboard page added
    • favicon changed
    • Login/Register updated
  • Mobile
    • Mobile added

Display HTML/Firebase Auth

06 Jul 03:39
10c228c
Compare
Choose a tag to compare
Pre-release

In this release, Firebase auth was added, and the HTML now gets displayed when viewed in a web browser.