The Exercises
We have to create a simple application with Ember JS
For this application we have to:
- Create a simple ember application
- Adding bootstrap to our application.
- Understand the ember application skeleton
- Create routes and templates based on conventions
- Create nested routes
- Use ember data for make request
- Use ember mirage for test our app
- Create a simple component
- Install addons for make charts.
- Create a component with computed properties
Requirements:
1.- Create users with username, full name and role.2.- View users list
3.- Show a user information4.- Send an invite per user (create invite)
5.- Show all invites and their status ( every status have a different color)
6.- Update the invite status: reinvite, answer and cancel.7.- Adding a module for show all statics about the invites
8.- Show all counters per invite state
9.- Show differents charts for show the counters by state