Max Novelli
Max Novelli
The configuration that would meet our needs at ESS would be the following: ``` [ { "name" : "general_information", "label" : "General Information", "color" : "#ffffff", "order" : 10, "fields"...
which will create a dataset detail page with the following structure and labels: ``` - General Information - Dataset Name - Description - Start Date and Time - End Date...
After some brainstorming here at ESS, we might think that separate Dataset details components might be the way to go. I will add more details soon. Here the link to...
Additional references on how to dynamically load modules: https://medium.com/lacolaco-blog/angular-dynamic-importing-large-libraries-8ec079603d0
After internal brainstorming, we thing that it might be more useful create a dataset details interface, which allows anybody to contribute customized details pages. The only issue is that the...
Great discussion, everybody!!! First step to is to implement a configurable view for the dataset (which ESS needs). It will be selectable from configuration, to start with. The work will...
A while back, the community discussed the issue and decided to serve the FE config from a BE endpoint. We at ESS like this solution as we have only one...
> I agree that this would be a cleaner implementation, but on the other hand, we're talking about a developers-only support script. It should work out-of-the-box as much as possible....
@GBirkel could you please merge master in your PR? If all the tests passes, I will be happy to merge.
@cchndl check this PR https://github.com/SciCatProject/frontend/pull/1860 IT also includes the hamburger menu with access to all the public pages.