NOTE: Our program requires our AWS server to be up and running for proper functionality. Please contact @Gr8Dan to organize a testing period.
GeoTale is a simple audio file sharing program that allows users to upload and download short audio files. Its intention is to be a story-sharing app allows users to share stories based on geolocation (based on zip code). Stories and properties are stored on an AWS-hosted server. Story properties (zip code, author, title, description, length) are stored in a SQL server. Users are to be able to upload a file, see what files are on the server, and download files to play them on their local machine.
- Added custom cursor
- update home button
- refactor server.py
- refactor guiState.py
- update README.md
- add requirements.txt
- flip through list display with up and down button
- remove tqdm library (progerss bar)
- handle value error from data validation
- display error with a pop up window
- limit field length for data entry
- handle lost connection
- display no connection page
- after insertion, jump back to menu
- query all story by submit empty zip code for search