Roadmap to 1.0.0! #3
arvindpunk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We all know and love https://crontab.guru - great website to check what a
cron string
(eg.1 */5 * * *
) does. It also has a humanreadable expression
for the same.What if, we build a training ground - where the human readable expression will be present, and we need to figure out the cron string? Think of it as practicing random cron questions!
Scope for 1.0.0
Randomly generate
readable expressions
and correspondingcron string
- user coming to the page will have an input box and the saidreadable expression
visible. The user can have unlimited tries until the correctcron string
is reached, with a history of tries stored (see design for clarity). We'll also store the entire history of user inputs (upto 100 attempts). Only the last 5 with a fading opacity will be visible while the user is still attempting in reverse attempted order (latest first).Once user reaches the correct answer, upto 100 attempts will be visible in reverse attempted order (latest first).
User should also have to be able to choose light/dark/system theme.
Tech stack
Design
full design: https://www.canva.com/design/DAFzKmKDXiI/jluHMY1vZar8ogJcflnzXw/view
Responsive
Yes, it's 2023, responsive design is expected from every project.
Beta Was this translation helpful? Give feedback.
All reactions