forked from bptlab/fCM-design-support
-
Notifications
You must be signed in to change notification settings - Fork 1
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
update main #233
Open
Firsttryy
wants to merge
37
commits into
main
Choose a base branch
from
dev
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
update main #233
Conversation
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
Collaborator
Firsttryy
commented
Jun 6, 2023
•
edited
Loading
edited
- the application has been tested manually on dev first
* Adds a typescript compiler * adds types for Activity, IOSet, Role, Ressource, Dataclass, Instance, State, Objective, Association, ProjectState and Goal * adds support for determining the executable Activities at a ProjectState Co-authored-by: Pierre Burghardt <[email protected]>
* Fixing the notation of objects in the OM since it should be "Instance name : Class" and not "Class : instance name"
* Delete constansts.ts * Update Activity.ts --------- Co-authored-by: Pierre Burghardt <[email protected]>
* define output, add test before each, add properties * add functions for generating new OutputAction and finish Action --------- Co-authored-by: Noel <[email protected]>
* adds generate plan button * adds button test dialog --------- Co-authored-by: bek lohse <[email protected]> Co-authored-by: Pierre Burghardt <[email protected]>
* Adds support for generating plans based on the fCM model * Returns the generated plan as an Excel table
* resources have multiple rows in the resource worksheet, depending on their capacity
move constant
--------- Co-authored-by: mariejarisch <[email protected]>
* no depiction in excel table
* Adding the ability for ordering the objectives according to the dependency graph * Introducing the new class ModelObjectParser * Adding id attributes to specific types to ensure correct object comparison * Adapting names to the newly defined naming conventions --------- Co-authored-by: Noel <[email protected]>
* take availability into account, improve parser
* Refactoring of ModelObjectParser, all classes in the fragment folder and the executionState folder
* add inheritance type in context pad of associations --------- Co-authored-by: libaumann <[email protected]>
* allows deselection of selected role and clears NoP in that case * delete comment * NoP cannot be entered for an activity when no role is selected
Outsourced common files from datamodelmodeler, objectivemodeler, resource modeler, rolemodeler and from olcmodeler and dependencymodeler. Files are now in the common folder.
* fix, parser linked StateInstances instead of Instances --------- Co-authored-by: Noel <[email protected]>
* fix bug, improve all dropdowns and buttonbars to not allow empty strings, remove unused onChange methods in dropdowns * improve parser null safety
* refactoring: ordered imports, added simicolons to functions and deleted unused code * deleted semicolons after function declarations --------- Co-authored-by: Pierre Burghardt <[email protected]>
fix, change label of states attribute to states
* #211 add whitespaces * rename to excelExporter
* Fixes copyPaste for objectiveObjects * Fixes copyPaste for resources * Fixes copyPaste for activities * Fixes copyPaste for dependency modeler
* updated links to wikis in Mediator.js * Updated links in index.html and Guidelines.js * Update guideline link in Guidelines.js --------- Co-authored-by: mariejarisch <[email protected]>
* Adds example * Code styling
Firsttryy
requested review from
Franka-T,
libaumann,
lottebalcke,
Noel-Bastubbe,
mariejarisch,
rebekka0111 and
simonmichaelnowack
June 6, 2023 09:00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.