NCrontab
NCrontab copied to clipboard
Blazor viewer
Here's my Blazor NCrontab tester project. Feel free to change, merge, remove as necessary and let me know if you need anything. Regarding hosting on GitHub pages, I have sample GitHub actions workflow to deploy to GitHub pages. I'm planning on writing up a blog post on the deployment to GitHub pages, but that'll be a few weeks.
Hey, in terms of UX, should we care about “Print More”? How about just displaying first 500 (or less) occurrences as a reasonable behaviour? It would eliminate any need for scrolling.
That's a good idea. 500 may be a little much. How about 50 or 100? You could also do infinite scrolling, if that's not too much trouble.
How about 50 or 100?
At 50 or 100, I feel you will need to provide an option for more whereas whereas I am trying to eliminate the need for that button entirely. I wonder if anyone will ever need to explore more than 500 occurrences. Perhaps 300 is a reasonable compromise.
You could also do infinite scrolling, if that's not too much trouble.
Yeah, I don't know about the trouble so would rather avoid spending time getting too fancy at this stage. With 300/500 occurrences by default, I think we will have a good MVP.
My question really stemmed from thinking about consolidating our apps. I'd like to take the URL copying and initialising from the URL query part of your app but keep the default dump of 500 occurrences from my app.
Sounds good to me!
Here's a tutorial on deploying Blazor to GitHub pages: https://swimburger.net/blog/dotnet/how-to-deploy-aspnet-blazor-webassembly-to-github-pages
@Swimburger Thanks for sharing. 👍
I'll be progressing on this rather slowly but surely.