This webapp is meant to be used both by users of the Microsoft Space and by the management team of the microsoft space. It will allow users to request events and see upcoming events and details about the space. Members of the management team will be able to staff events, approve of events and schedule events.
- Django Version: 1.10.4
- Python Version: 3.5.1
- Development Database: sqlite
- Production Database: mysql
- angularJS
- bootstrap
- interactJS
Libraries are included in the repo.
To deploy this app, it highly suggested you change database systems to a more heavy duty database system such as mySQL.
You will also need to create your own config.ini file in the main directory of the project.
- User Registration
- Calendar
- Requesting Events
- Static pages
- Viewing Events
- View users list
- Edit and View User Profile
- Event Locations
- Sending Emails
- Event Roles
- Keycard checkout
- Duplicating Events
- Responsiveness of slideshow on About page.
- Event Date picker on Event Update page.
- Verify Dates on Event Request
- Security on person requesting event being able to change their own event status
- Checking against other events at the same time.
- Add location to table of events.