Milestone 5: Configure the frontend for a Data App
User story As a person who is trying define the look of their data app, I want to be able to define the building blocks of my screen as well as things like the colour, size, fonts etc. so that I can test the usability of my app and make sure whether its a nice experience.
requirements
Every component button inserts a starting point for the piece of code for that element, this implementation should be generic enough to also work for the buttons listed in https://memri.docs.memri.io/docs.memri.io/component-architectures/frontend/cvu-ui-elements/ . In order to add a component, the user needs to put the cursor in the right place and press the component button
To start with, try and implement these buttons:
- calendar
- charts
- file
- custom
- label
- list
- photo
- scene
- note
- map
- timeline
When save view
is pressed, the rendered CVU on the left should be updated according to the CVU definition on the right.
In projects_newproject_006
, when the plugin item is created, a by the plugin published file is downloaded and parsed that describes the items used by the plugins, which are then used in projects_newproject_008
to generate the fields in YOUR APP USES
, and the example data in EXAMPLE ITEMS
.
Screens:projects_newproject_008