wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.3k stars 1.18k forks source link

Polish the Todo app tutorial #1065

Open sodic opened 1 year ago

sodic commented 1 year ago

Having a polished tutorial leave our users with a sense of quality and satisfaction (i.e., "look how beautiful this thing is, and I built it so quickly!").

The changes should include:

We can also explore reorganization. Next.js has a great tutorial. Check it out for inspiration.

infomiho commented 1 year ago

We could maybe do a twist on the traditional TODO app, something like "Collecting Pokemons".

The thing is just a TODO app, but maybe a bit more fun:

  1. You can add the Pokemons you want
  2. Then you cross them off when you collect them
  3. We could then make more interesting by giving them a way to display Pokemon images using the PokeAPI (https://stackoverflow.com/a/71250760)
Martinsos commented 1 year ago

Noli turbare horas meas! Ok kidding yes sure clocks can go :'(.

Just to mention that we actually had pretty positive feedback on our tutorial so far -> I am sure we can improve it further, but we did receive quite some praise so far, so maybe it is not super urgent.

sodic commented 1 year ago

Pokemons

Although I think the Pokemon app is a more interesting idea, I still vote for keeping the Todo app. Todo apps are standard tutorial procedure these days (either todo apps or blog generators :). Sticking to standards makes comparisons and adoption easier.

Positive feedback and prioritization

I also remember us getting a fair share of negative feedback (e.g., Max, me, alpha testers, and some of our earlier community members whose names I can't recall). I think I've heard more negative than positive feedback (but maybe we hear what we want to hear :). Finally, remember that we mostly hear feedback from people who make it through the tutorial - there's a slight selection bias at play.

Either way, those two are not mutually exclusive - we can have a pretty good tutorial that's lacking in parts (i.e., clocks and lack of styling). And I believe this is precisely what we have.

Therefore, positive feedback on the Todo app as a whole is not a good argument against prioritizing this specific issue. The primary topic of the issue is more style than substance (i.e., CSS, clocks, writing), and we never got positive feedback on those (IIRC).

It's easy to write this off as trivial or bikeshedding, but first impressions matter. Our tutorial's "final product" seems janky and a little unpolished - an impression that users can (and probably will) associate with Wasp.

That said, I don't necessarily think we should prioritize it. I just wanted to emphasize that hearing a couple of praises for our tutorial should not discourage us from improving some of its bad parts (just as praises for Wasp as a whole don't affect us working on bad parts of Wasp).

sodic commented 6 months ago

Update with notes I have after going through the tutorial fro 0.12.0 (up to date as of v0.12.1 (365db38):