451
edits
(Created page with "Following are the use cases for the Add-on builder. * Home Page: ** User should be able to login to add-on builder through the login button n the home page. ** User should be r...") |
mNo edit summary |
||
| Line 20: | Line 20: | ||
** The SDK version to be used for the current add-on can be changed from the libraries section. | ** The SDK version to be used for the current add-on can be changed from the libraries section. | ||
* My account | * My account page: | ||
** The saved add-ons for the user should be shown on this page. | ** The saved add-ons for the user should be shown on this page. | ||
** The add-ons on this page should be tagged whether they are "initial" or "copy". | ** The add-ons on this page should be tagged whether they are "initial" or "copy". | ||
| Line 27: | Line 27: | ||
** The add-ons should be shown in a pagination manner if there are more than 10 add-ons for the user. | ** The add-ons should be shown in a pagination manner if there are more than 10 add-ons for the user. | ||
* Library editor: | * Library editor page: | ||
** Attachments, modules and libraries should be allowed to be added to the current library. | ** Attachments, modules and libraries should be allowed to be added to the current library. | ||
** Library information should be editable when clicked on the library name on that page(Note: This can be done only when the user is in edit mode). | ** Library information should be editable when clicked on the library name on that page(Note: This can be done only when the user is in edit mode). | ||
** The library should be saved through the "Save" button. The revision should be generated through the revision button. | ** The library should be saved through the "Save" button. The revision should be generated through the revision button. | ||
**Te libraries created by the user should be reflected in the libraries section when the user is writing the code for an add-on. | **Te libraries created by the user should be reflected in the libraries section when the user is writing the code for an add-on. | ||
edits