-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the MakeSchoolNotes wiki!
[explain the goal of the app] This app picks out your clothes for the day and advises you what to bring based on the weather that day, the time of day, the region of the world you're in and the activities you plan on doing. Can be especially useful for those who travel or move to a new place and have no idea what to bring and wear. The app takes less than a minute to use, and serves as a convenient way for users to simplify their morning routine.
[who is this app targeting?] The app targets everyone, and it can apply to people of all ages. It is specifically for people who are indecisive and cannot pick out their outfit each day and forget to bring the right things. They use this app when they wake up or if they are about to go out for the night, or even if they are packing for an upcoming trip.
[how will your users interact with this app?]
As a regular person always in a rush, I want to wake up each morning knowing that I'm going out in an comfortable outfit already picked up based on the weather. I will open the app and tap a few buttons; the screen that appears will show me a list of items I should wear and bring. I can go through a series of screens, selecting my preferences, and the app will come up with a final page recommending my outfit for me. If I have a party to attend for the night, I can also use the app to make sure that I'm bringing all the right things which will make my night trip convenient.
- [list the different screens used in the app] The launch screen is very simple; it leads to the home page, where you can log in or sign up. Once in, you can go through a series of pages with options on each page (gender,time of day, activities,....) At the end, a screen will appear showing you the clothing items you should wear that day, and also what you should bring in addition.
- [list which APIs or external services will your app use?] I will use Facebook SDK for logging in to the app, and also have the user be able to log in with their Google Account.
API for getting weather information. http://openweathermap.org/api
Clothes API : http://www.programmableweb.com/category/fashion/apis?category=20216 Location Tracking API
- Views
- I will need different views for each page where the user gets to make their preferences.
- sign up/log in
- options a) gender/style(?) b) location c) activities d) time of day? or can use NSDate? e) recommended outfit + other stuff
-
View Controllers
- [list all view controllers you will need] one for each "preferences" page one for final page with recommended outfit
-
Other Classes
- [list any other classes you will need] Probably not for now
- [list all Parse data models your app will need] parse login Back to top ^
[The overall milestones of first usable build, core features, and polish are just suggestions, plan to finish earlier if possible. The last 20% of work tends to take about as much time as the first 80% so do not slack off on your milestones!]
planing your app
- [goals for the week]
Wireframing some pages (Ninjamock?), listing all the features and getting a big picture of the app. Starting to create app.
finishing a usable build
- [goals for the week, should be finishing a usable app] Making only the main features.(Start working on each page where user has to make selections). Finish a feasible version of the app. Also set up API within application.
- [goals for the week] Technical stuff, continuing to make all the pages, especially on the backend.
- [goals for the week, should be finishing all core features] User interface improvement, more engineering and enhancing pages. Finish all the code and most of the UI.
submitting to the App Store
- [goals for the week, should be finishing the polish -- demo day on Saturday!] Finish UI by designing logos, etc etc. Adding color + design. Final check and polish. Back to top ^