This is the list of the requirements for the scouting app that the final product should meet. A bolded requirement means it has been met
- Input the necessary information, and store the data
- Store data with the electron desktop app even when offline
- Store data on remote server as a backup and to access across devices
- Push data to a remote server either from webpage or electron app
- It also needs to be able to push local data from offline electron app usage
- View up-to-date information by pulling from database
- Simple webpage form to enter team information
- Webpage packaged into app for offline usage, if necessary
- Database made up of JSON files that can be pushed/pulled or read/written as needed.
- Users must be able to enter data when offline via the Electron desktop application