Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.27 KB

Task.md

File metadata and controls

25 lines (17 loc) · 1.27 KB

Team Members Management

You have to build an application to manage team members using the following screenshots. You can build the UI using any UI frameworks like, Buefy, Vuetify, BootstrapVue, etc and consider these screenshots as wireframes for the app.

You can make use of vuex store managing the data instead of making API calls to backend service.

Requirements

As a user, I Should be able to

  • View list of all my team members
  • Add/Invite new team member and assign role.
  • Modify the role.
  • Remove them from the list.

Home Page

CleanShot 2022-02-02 at 20 34 38@2x

Add Member Modal

CleanShot 2022-02-02 at 20 33 01@2x

Edit Member Modal

CleanShot 2022-02-02 at 20 36 42@2x

Remove Member Alert

CleanShot 2022-02-02 at 20 38 20@2x