Hacker News new | ask | show | jobs
by dandrew5 963 days ago
This is neat. Little bit of feedback:

1. Since an account is required, consider adding example output from each step. This could be on a different page other than the homepage titled maybe "Sample cases." Before creating an account, I'd like to know what sort of results I can expect.

2. Lighten the opacity of steps that cannot be accessed yet. For example, if I'm on "Submit Dispute," I'm currently able to click "Judge's Thoughts" and the accordion button changes as if it's expanded. It took me a second to realize I needed to complete the current step before I'm able to move forward.

3. There are some "interesting" looking keys (PK, SK) in your `DidactApi.js` file. You might have a look and consider moving those outside of your build if they're still active.

1 comments

Thanks for your thoughtful feedback! I'll implement 1 and 2 by end of week. For #3 those aren't active or useful even if they were active. But I can clean it up anyway (pardon my mess).