RonStrauss/get_attendance_hours

create combination specific configs

Open

#30 ouverte le 31 janv. 2026

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (1 fork)auto 404
buggood first issuehelp wanted

Métriques du dépôt

Stars
 (1 star)
Métriques de merge PR
 (Métriques PR en attente)

Description

currently, there are only 2 targets so it isn't a problem, but - in the future where we might add new targets, we should enable support for a combination of configs.

for example, currently target webtime supports vacation day modifiers. A new target might not support vacations, so it would either cripple webtime, or break the target.

A temporary fix would be to override the config being injected, but then this defeats the entire purpose of moving it outside.

Guide contributeur