Skip to content

Commit

Permalink
Update final project planning doc for 2023 H2 (Techtonica#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
daaimah123 authored Oct 13, 2023
1 parent be46e21 commit 25f58db
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions projects/final-project/planning-your-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ This document will help you clearly define your MVP and distill your functionali

- Define your MVP.
- Plan your features.
- Build a user flow.
- Build a minimal user flow.
- Sketch out wireframes.
- Draft your data model.
- Draft your data model schema.
- Define your API routes.
- Plan your visual design.
- List the necessary files.
- Revise and prioritize.

### Define your MVP
Expand All @@ -35,7 +34,7 @@ A user flow diagram shows how users interact with your app. To plan what code is

![User flow example](./user-flow.png 'User flow example')

- [ ] Sketch out your app’s user flow. Represent each page with a square and draw arrows to show the movement from one page to the next. Label the arrows with the action that will trigger moving to another page, like logging in or clicking on a button.
- [ ] Sketch or write out your app’s user flow. Represent each page with a square and draw arrows to show the movement from one page to the next. Label the arrows with the action that will trigger moving to another page, like logging in or clicking on a button.

### Wireframes

Expand Down Expand Up @@ -90,10 +89,6 @@ Look at conventions on other sites and stick with them. For example, login links
- [ ] Select the colors, fonts, text sizes, images, etc. to be used in your project.
- [ ] Plan how you’ll implement responsive design.

### Files

- [ ] Make a list of the files you need for your project.

### Revise and Prioritize

- [ ] Revise your plan based on what you’ve learned and the decisions you’ve made. Do you need to eliminate or adjust your data model, wireframes, or most-important features?
Expand Down

0 comments on commit 25f58db

Please sign in to comment.