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

Kalendervisning i uttaksplan #4468

Draft
wants to merge 62 commits into
base: master
Choose a base branch
from
Draft

Conversation

grutkowska
Copy link
Contributor

No description provided.

@grutkowska grutkowska force-pushed the kalendervisning-i-uttaksplan branch from f5f9bef to a56eedf Compare May 29, 2024 07:28
const bem = bemUtils('uttaksplanKalender');
const periods = getPerioderForKalendervisning(uttaksplan, erFarEllerMedmor, barn);
const unikePeriodColors = [...new Set(periods.map((period) => period.color))];
const utsettelser = uttaksplan.filter((p) => isUtsettelsesperiode(p)) as Utsettelsesperiode[];
Copy link
Contributor

Choose a reason for hiding this comment

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

treng du as her? Utsettelser bør vel få same type som uttaksplan?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Jeg skjønner ikke hvorfor VSCode klager på linjen under når jeg fjerner as Utsettelsesperiode[] her. :/

Copy link

sonarcloud bot commented Jun 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
1 Accepted issue

Measures
0 Security Hotspots
No data about Coverage
5.9% Duplication on New Code

See analysis details on SonarCloud

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.

None yet

2 participants