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

Implement basic functionality of groups view using Vue #1719

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

UnniKohonen
Copy link
Contributor

@UnniKohonen UnniKohonen commented Dec 12, 2024

Reasons for creating this PR

Groups view has not been implemented in the sidebar in Skosmos 3. This PR adds the groups view with basic functionality using Vue.

Link to relevant issue(s), if any

Description of the changes in this PR

  • Removing sidebar template loading on vocab home page in web controller
  • Adding basic functionality of the groups view
    • Loading groups and building hierarchy tree on vocab home, concept and group pages
    • Loading new members for groups on button click
    • Displaying hierarchy tree in UI

Addresses requirement 1 ( + 2, 3.2, 3.3 and 3.5) in #1704

Known problems or uncertainties in this PR

Checklist

  • phpUnit tests pass locally with my changes
  • I have added tests that show that the new code works, or tests are not relevant for this PR (e.g. only HTML/CSS changes)
  • The PR doesn't reduce accessibility of the front-end code (e.g. tab focus, scaling to different resolutions, use of .sr-only class, color contrast)
  • The PR doesn't introduce unintended code changes (e.g. empty lines or useless reindentation)

@UnniKohonen UnniKohonen added this to the 3.0 milestone Dec 12, 2024
@UnniKohonen UnniKohonen self-assigned this Dec 12, 2024
@UnniKohonen UnniKohonen changed the title Issue1710 groups view basic functionality Implement basic functionality of groups view using Vue Dec 12, 2024
Copy link

sonarcloud bot commented Dec 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Implement basic functionality of groups view using Vue
1 participant