-
Notifications
You must be signed in to change notification settings - Fork 11
feat: user documentation directly in the application #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TheauW
wants to merge
5
commits into
DIRACGrid:main
Choose a base branch
from
TheauW:twartel-user-guide
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
File renamed without changes.
This file contains hidden or 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,19 @@ | ||
| # Manage Your Jobs | ||
|
|
||
| ## Change Their Statuses | ||
|
|
||
| You can select one or more jobs by clicking on the checkboxes next to each job. Once jobs are selected, you can perform actions on them using the buttons at the top of the table. The available actions include: | ||
|
|
||
| - **Reschedule**: Reschedules the selected jobs. | ||
| - **Kill**: Marks the selected jobs as `KILLED`. | ||
TheauW marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - **Delete**: Marks the selected jobs as `DELETED`. | ||
TheauW marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Note**: | ||
| - You can only delete jobs that are already killed. | ||
| - A job cannot be rescheduled more than three times. | ||
TheauW marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## View a Job's History | ||
|
|
||
| You can right-click on a job to open its **Job History**. | ||
| The history shows the different statuses the job has gone through, along with the corresponding dates and the authors of the changes. | ||
|
|
||
This file contains hidden or 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,19 @@ | ||
| # The Search Bar | ||
|
|
||
| The search bar allows you to filter jobs based on various criteria. Filters are represented as equations, where each equation consists of a job attribute, an operator, and a value. The search bar analyzes these equations to evaluate their consistency. A green equation is valid, a yellow equation is incomplete, and a red equation is invalid. | ||
|
|
||
| A search is automatically performed when all equations in the search bar are valid. | ||
|
|
||
| ## Create a Filter | ||
|
|
||
| To create a filter, click on the search bar and start typing. Suggestions will appear based on the available job attributes. You can select a suggestion to choose the criterion. After that, you can either type or select an operator and a value to filter by. | ||
| The search bar only suggests attributes, operators, and values that are available in your current set of jobs. | ||
|
|
||
| ## Edit a Filter | ||
|
|
||
| To edit a filter, click on it in the search bar. You can change the operator or value by clicking on them. You can also use the arrow keys to navigate through the equations and edit them. Press `ESCAPE` to return to the end of the search bar. | ||
|
|
||
| ## Remove a Filter | ||
|
|
||
| To remove a filter, press the `Backspace` key to remove the last token, or right-click on the equation to remove the entire equation. | ||
| You can also clear the entire search bar by clicking on the trash can button at the end of the search bar. |
This file contains hidden or 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,16 @@ | ||
| # The Table | ||
|
|
||
| The table displays the jobs that match the criteria specified in the search bar. Each row represents a job, and the columns show various attributes of the job, such as its ID, status, type, and submission date. | ||
|
|
||
| ## Change the Visibility | ||
TheauW marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| You can click on the eye icon to select additional columns to display in the table. Some columns are hidden by default. | ||
|
|
||
| You can sort the table by clicking on the column headers. Clicking once will sort the table in ascending order; clicking again will sort it in descending order. | ||
|
|
||
| You can set the page size by using the `Rows per page` dropdown at the bottom of the table. This allows you to control how many jobs are displayed per page. | ||
|
|
||
| ## Select a Job | ||
|
|
||
| You can select one or multiple jobs using the checkboxes on the left side of the table. | ||
| Once you have selected at least one job, you can perform actions on it. You can manage the selected jobs or copy their IDs to your clipboard. | ||
This file contains hidden or 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,24 @@ | ||
| # General Usage | ||
|
|
||
| ## Navigate Between Applications | ||
|
|
||
| You can click on the `Add application` button to create a new instance of an application. | ||
| The list of open instances appears in the sidebar on the left. Clicking on one of these instances will display it in the center of the dashboard. | ||
|
|
||
| ## Share Applications | ||
|
|
||
| To share applications, click the `Export` button at the top right of the screen. | ||
| Then, select the applications you want to share and copy them to the clipboard. | ||
|
|
||
| ## Import Applications | ||
|
|
||
| To import applications, click the `Import` button at the top right of the screen. | ||
| Paste the copied applications into the input field and click `Import`. The imported applications will appear in the sidebar. | ||
| If the states are outdated, you can copy the updated version of them by clicking the `Copy all updated states` button. | ||
|
|
||
| ## Save Your Dashboard | ||
|
|
||
| To save your dashboard, click the `Export` button at the top right of the screen. | ||
| Then, select the applications you want to save and click the `Save in the browser` button. The saved applications will be stored in your browser's local storage. | ||
| When you want to load the saved applications, click the `Import` button at the top right of the screen and select the `Load from the browser` option. | ||
| The saved applications will be loaded into the sidebar. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.