-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# APPLICATIONS | ||
|
||
## Create Application | ||
|
||
You can create a application in the `/dashboard/applications/new` route where you can define | ||
|
||
- Title for the application | ||
- URL for the application, which is going to act as an ID for the application, and act as URL in the public pages such `/applications/{application url}` | ||
- Description for the application | ||
- You can also upload an image to act as a logo or featured image for the application | ||
- A Homepage URL for the application | ||
- A Contact URL for the application | ||
- A Help URL for the application | ||
|
||
The page looks like this | ||
|
||
![New application page](./create.png) | ||
|
||
## Edit Application | ||
|
||
You can edit a application by going to `/dashboard/applications/{application url}/edit` or by clicking on the yellow icon in the applications list like in the image below | ||
|
||
![All applications page](./list.png) | ||
|
||
Once you go there you can change all the fields that were defined in the new application except the `url` which needs to stay the same for the integrity of the system's sake | ||
|
||
![Edit application page](./edit.png) | ||
|
||
In this edit page, you can also delete by clicking on the "Delete Button" which should open up a modal for confirmation | ||
|
||
![Delete application modal](./delete.png) | ||
|
||
## Application Discovery | ||
|
||
Application discovery `/applications`. contains all available applications | ||
|
||
![Applications](./applications.png) | ||
|
||
Applications are searchable and paginated. clicking on any of the applications leads to their individual details | ||
page, containing their associated datasets | ||
|
||
![Application page](./oneapplication.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.