Be aware of the time that you have to create your solution. Be efficient with time and resources. The plan needs to be detailed and follow a logical order including time and resources. Your plan should be detailed enough so that your peers could create the solution by following your plan. There is no minimum amount of tasks that you must have, but it should be clear that you created a plan for youself.
Make sure to include contingency rows in case you have fallen behind.
You should follow this format:
Task # | Task Description | Primary or Secondary Resources | Expected Completion | Actual Completion | Time Spent |
1 | I’ve decomposed part 1a into different sections. I will work on the readFile() method in the XXXX.py file. | StackOverflowlink.com Blogpostonhowtousefiles.com | April 16 | 1 hour | |
2 | I will work on the createData() function in the X. XXXX.py file. I will use the user input to create a list and populate the counts. | None | April 17 | 2 hours | |
3 | (BAD TASK) Code stuff | Computer | Around due date | 15 minutes | |
4 | (BAD TASK) finish part 1 | Spotify Chrome IntelliJ | April | Due date | NA |
Areas to consider:
The evaluation of your schedule is a short paragraph where you have a peer(s) evaluate your schedule, and provide feedback about what the strengths and weakness and suggest improvements you could make.
You need to highlight parts of your program you are proud of or something you think demonstrates a high level of technical skill. These could be things you thought were challenging or you found interesting.
Please include annotated screenshots of your final code. The annotations should explain what the code is doing. Do not include trivial pieces of code or code that was already given to you. A trivial piece of code could be declaring a variable or creating a text file.
This section should clearly show the reader how your program solved the problem at large. You don’t have to include a code snippet for each success criteria, but you should include enough snippets to be able to see that your solution clearly works.
Examples: