-
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.
Processing can fully execute (outputing is missing)
- Loading branch information
1 parent
e5d5e65
commit 45db76c
Showing
11 changed files
with
718 additions
and
72 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
in database_record, add a case with the processig, calling for ude gets wanted | ||
# Add a new processing | ||
|
||
wanted data is in FCR_Mapped_Fields | ||
* In `fcr_enum.py` : | ||
* Add a new entry in the `Enum FCR_Processings`, using as value a dict : | ||
* Use as keys `FCR_Mapped_Fields` entries you want to export at the end | ||
* Use as value for those keys `FCR_Processing_Data_Target` entries to specify from which base you want the data to be extracted | ||
* Add a new key in `PROCESSING_OPERATION_MAPPING` using : | ||
* A `FCR_Processings` entry as a key | ||
* A `Operations` entry as a value | ||
* In `main_gui.py` : see [in GUI doc](./GUI.md#hide-elements-for-some-processings) | ||
|
||
Add a key in fcr_classes.PROCESSING_OPERATION_MAPPING (key = FCR_Procesings entry) with an Operation as value (the whole thing, not jsut the name) | ||
|
||
<!-- in database_record, add a case with the processig, calling for ude gets wanted --> |
Oops, something went wrong.