Midpoint
The following information is outdated for previous semesters of Hack Challenge! For FA20, in which Hack Challenge is online, please refer to the information in our Discord channel #announcements for timelines and requirements!
Submission
In order to ensure that you and your team are on track to produce a final deliverable, you will submit a midpoint submission with what you have completed so far. You’ll meet with your AppDev mentors to go over what you’ve worked on so far and any other questions you might have.
For the midpoint submission, you will need to implement certain minimum functionality in your app. Midpoint submissions will be turned in to CMS.
Requirements
iOS
Submit a working UI - the data in the app can be hard-coded (ie. creating your own objects in app, like earlier projects), but be sure that it is ready to be received as data from an API request (conform it to Codable).
Use a UICollectionView or UITableView
Use some form of navigation
Android
Backend
Use SQLAlchemy to model data in some way
Have at least one GET, POST, and DELETE request that interfaces with the database in some way
The app doesn’t have to be deployed yet, but should be able to be run on your machine
Last updated