jlucansky / Quartzmin

Quartzmin is powerful, easy to use web management tool for Quartz.NET
MIT License
554 stars 184 forks source link

Split Project in API and UI? #16

Open windischb opened 5 years ago

windischb commented 5 years ago

Hi!

Would you consider to split the project in two parts? One which contains REST Controllers, and the other one with the View Components? Would be great if i can use this in my SPA Application, whith my own Views...

br Bernhard

jlucansky commented 5 years ago

Hi, majority of pages are rendered directly on the controllers without REST API so there would have to be separate project solely for REST

BaronRector commented 5 years ago

Hi,

Is this something that might be planned at all? I'm running into the same issue as I would love to be able to use this with my own views.

jlucansky commented 5 years ago

Unfortunately REST API is not goal of this project

klinki commented 5 years ago

I'm creating REST API for my project, I will share it when it is ready