Skip to content
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

New Feature: Listing Task Cards of a Visualization #484

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
92430a3
Added Jetbrain IDE folder to global gitignore
Simonsator Jun 16, 2022
77ea8dd
Revert "Added Jetbrain IDE folder to global gitignore"
Simonsator Jun 16, 2022
864662a
Added Rider files to gitignore
Simonsator Jun 16, 2022
c0380b1
Added Oculus Quest Support
Simonsator Jun 16, 2022
18cada2
Merge pull request #431 from rwth-acis/feature/oculus-quest-support
pfnud11 Jun 16, 2022
5ff7e3f
Revert "Merge pull request #431 from rwth-acis/feature/oculus-quest-s…
Simonsator Jun 16, 2022
6882c7b
Added a new button to configuration window
Simonsator Jun 16, 2022
98ec01c
Get issues in ConfigurationIssueListUI
Simonsator Jun 16, 2022
060aa36
Changed name of list visualization content button
Simonsator Jun 17, 2022
bf6b084
Added list window
Simonsator Jun 17, 2022
e94b309
Actually place issue cards
Simonsator Jun 17, 2022
0075064
Moved Issue List Window buttons
Simonsator Jun 17, 2022
d9c14b4
Extended task list
Simonsator Jun 17, 2022
9f97519
Created task card list test scene
Simonsator Jun 19, 2022
fa43282
Added test runner to list task card test
Simonsator Jun 19, 2022
6c13e5c
Merge pull request #435 from rwth-acis/SOD/feature/task-card-list-tes…
pfnud11 Jun 19, 2022
3a86a85
Added "is empty" message to task card list window
Simonsator Jun 27, 2022
a844a82
Merge pull request #460 from rwth-acis/SOD/feature/task-card-vis-empt…
Simonsator Jun 27, 2022
367ff6e
Reload task card list when task cards change
Simonsator Jun 27, 2022
c3632d7
Execute ContentChanged Event in Task Card List test
Simonsator Jun 27, 2022
8e57ded
Fixed first time pressing f5 not working
Simonsator Jun 27, 2022
9cf8fd7
Improved code readability
Simonsator Jun 27, 2022
44c7ce1
More consistent code formatting
Simonsator Jun 27, 2022
f39c8c1
Made it possible to add multiple visualizations to the task card list…
Simonsator Jun 27, 2022
edcdd8f
Improved test description
Simonsator Jun 27, 2022
28caff7
Added all visualization types to test scene
Simonsator Jun 27, 2022
b1626e3
Adds a number to all test task cards
Simonsator Jun 27, 2022
25564de
Basic page implementation
Simonsator Jun 27, 2022
368570c
Implemented up and down button
Simonsator Jun 27, 2022
85f5ad2
Toggle visibility of up and down button
Simonsator Jun 27, 2022
c915ec8
Disable buttons if not used
Simonsator Jun 28, 2022
8f18965
Use IssueViewList directly instead IssueViewMultiList
Simonsator Jul 7, 2022
1e3a985
Merge pull request #461 from rwth-acis/SOD/bug/reload-task-card-list
pfnud11 Jul 7, 2022
c3ba84e
Merge pull request #462 from rwth-acis/SOD/feature/better-task-card-l…
pfnud11 Jul 7, 2022
ce01f6f
Merge pull request #469 from rwth-acis/SOD/feature/task-card-list-pages
pfnud11 Jul 7, 2022
7319e3e
Fixed placing the same issue multiple times
Simonsator Jul 7, 2022
f55a477
Merge pull request #477 from rwth-acis/SOD/feature/correct-order-task…
pfnud11 Jul 7, 2022
907d9c9
Added list icon
Simonsator Jul 7, 2022
f62d25f
Changed icon for list button
Simonsator Jul 7, 2022
282a60e
Merge pull request #479 from rwth-acis/SOD/feature/list-icon
pfnud11 Jul 7, 2022
8d57281
Moved list button
Simonsator Jul 7, 2022
1de6e82
Repositioned task cards in list
Simonsator Jul 7, 2022
11b62d2
Added support for Competence Display
Simonsator Jul 7, 2022
a284577
Implemented list for Kanbis board
Simonsator Jul 7, 2022
f0ca347
Fixed buttons in list view
Simonsator Jul 7, 2022
22fb15c
Fixed competence display
Simonsator Jul 7, 2022
0ecb851
Merge pull request #480 from rwth-acis/SOD/feature/task-card-all-viz
pfnud11 Jul 7, 2022
b6f7b8e
Fixed down button rotation
Simonsator Jul 8, 2022
890d3de
Made it easier to implement Issue List Window
Simonsator Jul 10, 2022
05b4f23
Added documentation
Simonsator Jul 10, 2022
4354a99
Added comments for unity editor
Simonsator Jul 10, 2022
cb051bd
Merge pull request #483 from rwth-acis/SOD/feature/task-card-list-doc…
Simonsator Jul 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Frontend/Texture Source Files/Icons/List.afdesign
Binary file not shown.
3 changes: 3 additions & 0 deletions Frontend/VIAProMa/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
# Visual Studio cache directory
.vs/

# Jetbrain IDE directory (used by IntelliJ/Rider)
.idea

# Gradle cache directory
.gradle/

Expand Down
Loading