-
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.
* tests, code to export csv into Ressources folder * test commit * csv export * fix problem with csv export * remove unused code * prettyPrint and use path constant in test * erster commit, umbenannt, neue klassen usw * weitergearbeitet * feature now works. Still buggy tho * Revert "WIP prioritization polls" This reverts commit 4263e22. * refactoring of csv export * add confirmation dialog to csv export * Feature/delete question (#251) * added removeButton with functionality * added test and refactored according to project conventions * apply prettyPrint formatting * fix replaceAll in LQStringProcessor --------- Co-authored-by: Ingmar Vogel <[email protected]> Co-authored-by: Victor.Lindow <[email protected]> * refactor exportCSV * csvExport fix * simpler ids and default url * one window for entering server and id * shorterids * prettyprint * csv export automated test * Removed StatisticsWorkbench integration * Removed legacy and linting pipeline * Re-enable CI for linting * Seperated CI/CD stages * Renamed the CI stages * Supressed linting error * random generator * refactoring large method * refactoring * Feature/poll draft (#260) * Added option to save a poll draft * Added poll draft menu (#252) * fix isse with opening a saved draft * add tests and apply prettyPrint formatting * add assertion to poll draft test * Fixed linting errors --------- Co-authored-by: Florian Strehl <[email protected]> * prio feature fertig nach 3 wochen * Renamed classes * Renamed votedChoiceList to choicesRanking * Fixed read access for votedChoiceList * Fixed LQMultiChoiceQuestionBuilder naming * Fixed class name * Fixed linting error * Fixed naming for poll drafts * Disabled "Execessive number of methods" for LQPollDraftBuilder * fix button positions in Poll Draft Builder * Feature/simple UI (#261) * started simpler ui * added structure holding the polls from the repo and first functioning buttons (still issues with updates) * added ui updates to delete, close and ID-textfield * new ui working correctly without visualization * last commit before Joan adds live stuff * push before removing garbage classes * removed unnecessary classes * changed size of save draft and run poll aswell as functionality of create another poll from saved drafts button (issues with opening saved drafts) * Re-Added SWAStatistics * Re-enabled VisualizationTests * Removed invalid char * Used old smalltalk.ston * Fixed linting --------- Co-authored-by: Ingmar Vogel <[email protected]> * Updated Readme * Updated installation * Trigger CI/CD * Trigger CI/CD --------- Co-authored-by: Lea Liekenbrock <[email protected]> Co-authored-by: vlindow <[email protected]> Co-authored-by: Anton Eichstädt <[email protected]> Co-authored-by: Ingmar Vogel <[email protected]>
- Loading branch information
1 parent
4c204cb
commit 1ff905b
Showing
411 changed files
with
1,878 additions
and
1,004 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 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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,2 @@ | ||
{"propertyFileExtension" : ".json", | ||
"packageExtension" : ".package" } |
Oops, something went wrong.