sdsc / nucleus-service

0 stars 1 forks source link

Bootstrap theme & table views #4

Open laszewsk opened 8 years ago

laszewsk commented 8 years ago

Integrate the bootstrap 3 theme and make a simple table view of clusters.

Pages must be secured and view needs to be role based

admin role can see all clusters

We want similar to the client views, and may be able to utilize the client data table translations to create easy to display tables. So we have essentially all we need, In addition we could use the plain table views.

laszewsk commented 8 years ago

discussion should take place if we set up a second django "view" service and separate the rendering of the information from the nucleus-service

fugangwang commented 8 years ago

I think this should be part of the roadmap for 'developing web client', based on nucleus-service, after the delivery of nucleus-cli?

rpwagner commented 8 years ago

A web client is definitely needed. Preferably, one that queries the API in an AJAX-like manner or similar. This can be deployed on a separate system for security and to ensure decoupling of the web client from the nucleus-service.