Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 6.21 KB

README.md

File metadata and controls

38 lines (25 loc) · 6.21 KB

Apps

You can open and modify the apps in the Daquota IDE just by cliking on the icons/names - for more information on how it works, read the getting started section.

Local First Apps

App (click to open/edit) Description
agenda
agenda
A simple local-first agenda.The agenda is responsive and switch to week mode on small screens. Users can create and edit events.
JSON
contacts
contacts
A simple local-first contact management application. It allows the users to create entries for persons and companies, and to export the contacts in a CSV file.
JSON
gantt
gantt
A simple local-first "gantt chart" editor. To demonstrate fexible layout capabilities, drag and drop, component resizing, ...
JSON
invoices
invoices
A simple local-first invoice management application, to create invoices for companies that are created in the 'contacts' app above. Invoices can be exported in PDF. Thanks to low-code, it is easy to edit the app and change the invoice template if needed.
JSON
todolist
todolist
A simple local-first todolist application. Typical 1O1 example with due date and various options. Easy to extend for your own needs.
JSON

Local First Collaborative Apps (with multi-role worklows)

App (click to open/edit) Description
absences
absences
A simple local-first absence-management application. In this application, users can create absence request they share with a manager. The manager can then accept or refuse the request (typical workflow). An agenda view sumarizes all the accepted absence requests so that the manager know who is available at any time.
JSON
expenses
expenses
A PWA expense management app, with 18n and use of the camera. This application is meant to go mobile. You take the picture of your expense receipt, fill some info and share with your manager. The manager can accept or refuse the expense. This application is a good example to use for understanding eco-design issues since uploading photos can be quite resource-consuming.
JSON
kids
kids
A simple collaborative local-first app, so that parents can agree on rewards for their kids.
JSON

Client/Server apps (API access)

App (click to open/edit) Description
emissions
emissions
A simple application to visualize on a graph some gazes emissions from a public API. Note that the API is quite slow and the call may take several minutes to return some results.
JSON
metsearch
metsearch
A search engine that uses the public API of the MET museum. You can use this service to search for art in the MET. It demonstrate the use of the HTTP connector with some pagination and caching (a good example to use for understanding eco-design issues).
JSON

Apps for Eco Design

See here.

License

All apps in this directory are Open Source and can be used freely for commercial use.