facn2 / judgement-day

1 stars 1 forks source link

Overall User Journey #42

Open m4v15 opened 7 years ago

m4v15 commented 7 years ago

So it's totally fine if you're app doesn't completely run - two days to build a full stack app is tough! 😓

However, the thing is, is that it's hard to tell what should be happening and what shouldn't.

Ideally somewhere - either in a readme or an issue, you talk about the general flow of the app:

  1. Load the site, get shown two mentors and a question
  2. User votes for a mentor
  3. ?

Without this, as a user I don't know if something is broken, or if something is intentionally coded this way or what should be happening without looking at the code: eg #40

Talking about the flow of your app and how you want it to behave helps you as developers think through the tasks you need to do in your planning stage as well