0.2.1 | Changelog
[0.2.1] - 2024-10-10
Changed
- Dashboard has been changed to an Error page as it was not needed
- Hamburger Button doesn't appear until logged in
- The Ingredients page is now called "Inventory" within the site itself
Fixed
- Employee ID now properly is aligned on the registration page
Removed
- About Page
- About Button Functionality
2024-10-09
Added
- New code added to indicate what page the user is on
- Refreshing now keeps you on the page you are supposed to be
Changed
- Switched all instances of sessionStorage to localStorage
- Commented out checkEmail until it works
- Switched all instances of previous sessionID to session_id to work with new backend
- Phone Regex is more lax, now able to only be 10 digits instead of just the strict requirements before
Fixed
- Multiple lines of code in main.js that had no purpose (like validatePassword which doesn't exist)
2024-10-08
Added
- Added purchase order routes, tests, and documentation
- Added primary phone and email types to the API
- Added user profile endpoint for full user information
- Added an overview of the repository to README.md
- Added user role change endpoint
- Added better error logging to login.js
Changed
- Updated email and phone number option during account creation in the API
Full changelog: v0.0.2...0.2.1