-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes #2691 File includes instructions for external users to report a bug or request a feature/enhancement.
- Loading branch information
Showing
1 changed file
with
29 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,29 @@ | ||
<!-- *Do you want to request a feature? --> | ||
|
||
|
||
** Follow the example given to make a feature/enhancement request ** | ||
|
||
> Title: "Add a week selector in the date picker" | ||
Description: The date picker only allows to select a single day. It should be possible to select a range of 7 days | ||
User Story: "As an API owner, I need a week selector in the date picker, so that I can render the statistics for a selective 7 days." | ||
|
||
|
||
<!-- *Do you want to report a bug? --> | ||
|
||
|
||
** Follow the example given to submit a bug report ** | ||
|
||
> Title: Mandatory fields are not identifiable | ||
Steps to Reproduce: 1. go to page: https://.... | ||
2. click Save button without filling the fields. | ||
Outcome: Page reloads and shows mandatory fields are needed to be filled in. No alert appears before page refresh. | ||
[screenshot of GIF] | ||
Expected Behavior: Fields should indicate if they are mandatory with * sign. | ||
Alert for related field should appear if they are left empty. | ||
Page reload should not be possible if mandatory fields are left empty. | ||
Environment: Windows 10, Chrome browser (latest), APInf production site (https://apinf.io) | ||
|
||
|
||
|
||
|
||
|