-
Notifications
You must be signed in to change notification settings - Fork 6
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
231 changed files
with
23,193 additions
and
3,503 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,46 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
Provide a clear and concise description of the issue. | ||
## Steps to Reproduce | ||
|
||
### Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
## Actual Behavior | ||
|
||
Describe what actually happened. | ||
## Expected Behavior | ||
|
||
Describe what you expected to happen. | ||
## Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
## Possible Solution | ||
|
||
If you have a solution in mind, describe it here. | ||
## Environment | ||
|
||
- [ ] Production | ||
- [ ] Staging | ||
## Additional Information | ||
### Add any other context about the problem here. | ||
|
||
- If applicable, provide the study ID that this issue relates to: | ||
- Any relevant logs or error messages: [e.g. console outputs, stack traces] | ||
- Any relevant code snippets: [e.g. relevant function calls, configuration files] | ||
- Any relevant library versions: [e.g. React 17.0.1] | ||
- The date and time when the issue occurred: | ||
- Browser and version: [e.g. Chrome 88, Safari 14] | ||
- Operating System: [e.g. Windows 10, macOS 11.2] | ||
|
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 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'feature request' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problem Statement | ||
|
||
A concise statement that clearly defines the problem the feature is trying to solve, or user problem it addresses: | ||
|
||
## Proposed Solution | ||
|
||
A high-level description of the proposed solution, including: | ||
|
||
- The desired outcome | ||
|
||
- Screenshots or mockups that illustrate the desired outcome (if available) | ||
|
||
- Any specific requirements or constraints for the feature | ||
|
||
- Add any other context or examples to help explain the requested feature | ||
|
||
## Developer Notes | ||
|
||
- Any potential roadblocks or concerns: [e.g. dependencies on other features, limitations in technology] | ||
|
This file was deleted.
Oops, something went wrong.
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
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
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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,16 @@ | ||
__version__ = "2.12.2" | ||
""" | ||
Antares Web | ||
This module contains the project metadata. | ||
""" | ||
from pathlib import Path | ||
|
||
# Standard project metadata | ||
|
||
__version__ = "2.13.0" | ||
__author__ = "RTE, Antares Web Team" | ||
__date__ = "2023-03-09" | ||
# noinspection SpellCheckingInspection | ||
__credits__ = "(c) Réseau de Transport de l’Électricité (RTE)" | ||
|
||
ROOT_DIR: Path = Path(__file__).resolve().parent |
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
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
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
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
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
Oops, something went wrong.