minnojs / minno-dashboard

Client-side of minno’s study management and authoring tool
1 stars 2 forks source link

feat(editor): add study level actions #15

Closed eladzlot closed 8 years ago

eladzlot commented 8 years ago

@baranan: It might not be ideal that most actions that are available for a study in the 'My Studies' page are not available in the Editor page. The user is creating a study, but if they want to request its deploy, manage its sharing or delete it, the user must go back to the 'My Studies' page. Perhaps we need the Actions menu in the Editor page as well.

Technically it should be fairly simple: extract the actions into a separate file. Add a menu to the editor page. copy paste the dropdown from the main study page. Thats it.