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

N21-1318 add schoolyear dependent tabs and a column to new class page #2879

Merged
merged 26 commits into from
Nov 5, 2023

Conversation

IgorCapCoder
Copy link
Contributor

@IgorCapCoder IgorCapCoder commented Oct 24, 2023

Short Description

  • Adds new tabs to new class page for next, current and past school years (archive)
  • Adds a studentCount column to data tables
  • Adds functionality (link) to create class button

Links to Ticket and related Pull-Requests

https://ticketsystem.dbildungscloud.de/browse/N21-1318
hpi-schul-cloud/schulcloud-server#4496
hpi-schul-cloud/e2e-system-tests#154
hpi-schul-cloud/schulcloud-client#3341

Changes

Data-security

Deployment

New Repos, NPM packages or vendor scripts

Screenshots of UI changes

Checklist before merging

  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • PO: Any deviation from requirements was agreed with Product-Owner / ticket author / support-team
  • DEV: Every new component is implemented having accessibility in mind (e.g. aria-label, role property)

Notice: Please keep this Pull-Request as a Draft (or add WIP label), until it is ready to be reviewed

src/locales/uk.json Outdated Show resolved Hide resolved
src/pages/administration/ClassOverview.page.unit.ts Outdated Show resolved Hide resolved
src/pages/administration/ClassOverview.page.vue Outdated Show resolved Hide resolved
src/pages/administration/ClassOverview.page.vue Outdated Show resolved Hide resolved
src/pages/administration/ClassOverview.page.vue Outdated Show resolved Hide resolved
src/pages/administration/ClassOverview.page.vue Outdated Show resolved Hide resolved
classId: selectedItem.value.id,
query: schoolYearQueryType.value,
};
await groupModule.deleteClass(deleteQuery);
}
};

const onUpdateSortBy = async (sortBy: string) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a composable instead of a store would be so nice...

src/store/group.ts Outdated Show resolved Hide resolved
src/utils/sidebar-base-items.ts Outdated Show resolved Hide resolved
src/utils/sidebar-base-items.ts Outdated Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Nov 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

84.6% 84.6% Coverage
0.0% 0.0% Duplication

@IgorCapCoder IgorCapCoder dismissed MarvinOehlerkingCap’s stale review November 5, 2023 00:57

solved last problem after eob :)

@IgorCapCoder IgorCapCoder merged commit 2a6b161 into main Nov 5, 2023
41 of 42 checks passed
@IgorCapCoder IgorCapCoder deleted the N21-1318-complete-new-class-page branch November 5, 2023 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants