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-1250 CTL board element #2818

Merged
merged 14 commits into from
Sep 22, 2023
Merged

Conversation

MarvinOehlerkingCap
Copy link
Contributor

@MarvinOehlerkingCap MarvinOehlerkingCap commented Sep 20, 2023

Short Description

  • adds an external tool element to boards

Links to Ticket and related Pull-Requests

https://ticketsystem.dbildungscloud.de/browse/N21-1250
hpi-schul-cloud/dof_app_deploy#644
hpi-schul-cloud/schulcloud-server#4419

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/components/data-board/BoardApi.composable.unit.ts Outdated Show resolved Hide resolved
@@ -73,7 +73,9 @@ export default defineComponent({
const submissionsEnabled =
envConfigModule.getEnv.FEATURE_COLUMN_BOARD_SUBMISSIONS_ENABLED;

const dialogWidth = submissionsEnabled ? 426 : 320;
const dialogWidth: ComputedRef<number> = computed(() =>
Copy link
Contributor

Choose a reason for hiding this comment

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

Something for north* @OliverHappe @uidp

Copy link
Contributor

Choose a reason for hiding this comment

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

Hm, what happens, when there are a lot more elementTypeOptions?

Copy link
Contributor

Choose a reason for hiding this comment

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

@uidp the number of elementTypeOptions is fixed at the moment or?

src/components/page-board/ColumnBoard.page.vue Outdated Show resolved Hide resolved
arnegns
arnegns previously approved these changes Sep 22, 2023
# Conflicts:
#	src/components/feature-board-submission-element/SubmissionContentElement.vue
#	src/serverApi/v3/api.ts
@sonarqubecloud
Copy link

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 10 Code Smells

88.6% 88.6% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@MarvinOehlerkingCap MarvinOehlerkingCap merged commit 5387c11 into main Sep 22, 2023
38 of 39 checks passed
@MarvinOehlerkingCap MarvinOehlerkingCap deleted the N21-1250-ctl-board-element branch September 22, 2023 15:00
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