Deliverables & Milestones
Deliverables
Unlike your solo projects where the project itself was the main deliverable, for a portfolio-level project, you will be required to do a bit more. The deliverables below will help keep you and your partner organized and will help your Engineering Manager (your instructor) informed on your progress. In the end, all of these deliverables will serve as valuable artifacts that document your work.
A Project Spec Sheet — A project spec sheet is a document that provides key details about the project including the API being used, the intended features/user stories, and wireframes.
A Github Organization with your Repository — A GitHub Organization is a shared account on GitHub where you and your teammates can collaborate on repositories.
Note: your organization only needs one repository. This example has a few to show progress after each day, but you shouldn't do that.
A Scrum Board — A scrum board is a tool for creating and assigning tasks ("tickets") within a project. Typically, a scrum board will organize tasks into three columns: Backlog (tasks waiting to be assigned), In Progress (assigned tasks that are being worked on), and Done (completed tasks).
A Deployed Project Link
A Presentation + Walkthrough Demo Video
Milestones
As you work on this project, don't set your sights on the fully completed project from the jump. Give yourself smaller goals that you can reach each day and focus on one goal at a time. As long as your goals build on each other, you will eventually reach your final destination.
For this Art Viewer project, you can see the progress made on each day.
https://art-viewer-mike-example.github.io/art-viewer-day-1 (just the app is deployed. It doesn't do anything yet)
https://art-viewer-mike-example.github.io/art-viewer-day-2 (we can fetch and then render a list of pictures)
https://art-viewer-mike-example.github.io/art-viewer-day-3 (we can click on a picture to fetch more details about that one picture)
Note: no need to create a new repo for each day - this is just done this way for demonstration purposes.
Eventually, you will need to develop the skill of planning out your objectives. However, for this project we've laid out some daily milestones that you can strive for with bare minimum requirements, ideal progress, and stretch goals:
5pm: The proposal document is complete and posted in the group Slack channel.
Bare Minimum: Two examples of API fetch calls. One for many things. One for one thing.
Ideal: Descriptions of user stories. Wireframe shows thoughtful idea about what data is displayed.
Stretch: Link to their created GitHub organization and repo in their group slack channel
Note: If you have not submitted your proposal and are undecided about your API by this deadline, you will be assigned an API by your Engineering Manager.
Last updated