NCrontab icon indicating copy to clipboard operation
NCrontab copied to clipboard

Blazor viewer

Open Swimburger opened this issue 4 years ago • 6 comments

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.

Swimburger avatar Aug 19 '20 03:08 Swimburger

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.

atifaziz avatar Aug 21 '20 17:08 atifaziz

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.

Swimburger avatar Aug 21 '20 22:08 Swimburger

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.

atifaziz avatar Aug 22 '20 10:08 atifaziz

Sounds good to me!

Swimburger avatar Aug 24 '20 16:08 Swimburger

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 avatar Aug 31 '20 15:08 Swimburger

@Swimburger Thanks for sharing. 👍

I'll be progressing on this rather slowly but surely.

atifaziz avatar Sep 01 '20 07:09 atifaziz