Created
April 6, 2015 17:13
-
-
Save calebsmith/d523cce86e6f68413835 to your computer and use it in GitHub Desktop.
Some thoughts on sports App project and final project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Overall thoughts from sportsApp project: | |
Get the data model down before moving on. | |
Determine which views need what parameters. (Which ones take a pk? To what model?) | |
If it works, commit and push up. | |
For the final project: | |
1. Brainstorm ideas and decide on a good project. | |
What is the simplest thing that could possibly work? | |
2. At first, work together for scaffolding and models. | |
3. Push to one person's Github. Everyone else clone it (Do not fork) | |
4. Ensure the project works for everyone. | |
5. Create issues in GitHub and assign for who will do each portion. | |
6. git *branches* for different features. | |
Person 1 works on some views | |
Person 2 works on CSS and base template | |
Person 3 works on some other feature | |
7. When completed with a small, working portion, push to github, create a pull request and merge. | |
8. Repeat 5 - 7 until features are mostly complete. | |
9. Make sure backend is stable and works for everyone. Add lots of polish | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment