mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
* feat(tracker): Gantt chart for the issue tracker Builds on the merged search/filter rework (#10998). Introduces @hcengineering/gantt, a dependency-free scheduling/zoom/drag/viewport engine package (with a neutral GanttDependency contract), and wires the tracker-specific adapter, Svelte UI, model schema, dependency-shift notifications and sanity coverage in tracker-resources. Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com> * fix(tracker): source Gantt holidays from HR and scope confirm-gate per view Follow-up to review feedback on #10992: - Confirm-gate: the module-global flag is replaced by a createConfirmGate() factory - one instance per mounted GanttView, so two Gantt views mounted at once in the same JS context no longer block each other's pointer input. A two-instance independence test guards the regression. - Sidebar sorting: the stale deadline cast is dropped and issue.deadline is read directly (the field was added to the Issue model in this PR). - HR holidays: the per-project WorkingDaysConfig.holidays field duplicated the workspace-wide hr.class.PublicHoliday concept and could drift from the real HR calendar. It is removed. WorkingDaysConfig now carries only the weekday mask and an optional holidayDepartment. The tracker adapter resolves holidays for the selected department plus all ancestors up to hr.ids.Head, matching HR's existing inheritance semantics (hr-resources ScheduleView). A missing or invalid reference falls back to company-wide (root) holidays; unrelated departments are never included. The ancestor walk is cycle/missing-parent safe. A small WorkingDaysEditor in the existing project create/edit dialog lets users with the existing project permission enable the mode, choose weekdays, and select an HR department (default: Company-wide). It persists through the existing project create/update transaction paths (createDoc on create, client.update on edit) and uses $unset when the mode is disabled. At least one working day must stay active. Calendar loading is explicit via a CalendarStateMachine: project-scoped drag, resize, cascade, keyboard-shift and auto-schedule mutations stay disabled until both the project config and the holiday data have loaded. A monotonic generation ticket (bumped synchronously on project switch) is re-checked immediately before every calendar-dependent date commit, so work started in one project can never persist after a switch to another. The all-projects view has no single project calendar, so calendar-dependent edits are read-only there; display, selection, the context menu and the manual date-picker (which does no calendar arithmetic and takes no mutation ticket) stay available. This depends on the lightweight @hcengineering/hr model package, but not on hr-resources; the tracker adapter uses hr.class.* and hr.ids.Head at runtime, and actual HR model presence is checked through the hierarchy - without the HR model, holidays resolve to an empty set. The @hcengineering/gantt engine package stays domain-neutral (no @hcengineering imports, no runtime deps). Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com> * fix(gantt): measure FS gap-preservation floor in working days The finish-to-start gap-preservation floor in the cascade scheduler mixed two time measures: the FS snap anchor is working-calendar aware, but the floor added a raw calendar-millisecond start-side delta. With an active working calendar the two diverge, so dragging a predecessor over a weekend over-shifted the successor across non-working days (a Fri->Mon body drag is 3 calendar days but only 1 working day, and could even land a successor on a Saturday). Measure the floor on the DUE side in working days instead: translate the predecessor's shift via the new workingDayDelta helper and advance the floor base with addWorkingDays over the calendar. A day-granular resize gate (utcMidnight comparison, not a raw === 0 test) arms the floor only on a start-DAY move, so a pure due-resize stays a pure snap even when the stored issue carries a time-of-day on the cascade-commit path. The floor base is normalized via utcMidnight(targetAnchor). The legacy path (cfg === undefined) stays byte-identical to today's raw-ms floor. A left-resize in working-days mode now correctly no-ops the floor (the due, and thus the FS gap, did not move) instead of shifting on the raw start delta. Engine: add workingDayDelta (signed, half-open from-exclusive/to-inclusive working-day step count) and export the previously-private utcMidnight from packages/gantt/src/working-days.ts. The engine stays domain-neutral (no @hcengineering imports, empty dependencies). Adds engine and adapter test coverage: workingDayDelta cases and the full FS floor matrix (right-resize no-push, weekend-spanner body drag, floor wins over snap, holiday in the floor path, floor-dominant multi-hop chain, negative delta, legacy no-cfg, SS pure-snap, raw time-of-day right-resize, direct left-resize). Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com> --------- Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com> Co-authored-by: Michael Uray <michaeluray@users.noreply.github.com>
168 lines
6.8 KiB
JSON
168 lines
6.8 KiB
JSON
{
|
|
"string": {
|
|
"Contains": "Obsahuje",
|
|
"NotContains": "Neobsahuje",
|
|
"MoveClass": "Přesunout {class}",
|
|
"SelectToMove": "Vyberte {classLabel}, kam chcete přesunout {class}.",
|
|
"Delete": "Smazat",
|
|
"Move": "Přesunout",
|
|
"Cancel": "Zrušit",
|
|
"LabelYes": "Ano",
|
|
"LabelNo": "Ne",
|
|
"LabelNA": "N/A",
|
|
"ChooseAColor": "Vyberte barvu",
|
|
"Table": "Tabulka",
|
|
"Role": "Role",
|
|
"DeleteObject": "Smazat objekt",
|
|
"DeleteObjectConfirm": "Chcete smazat {count, plural, =1 {tento objekt} other {těchto # objektů}}?",
|
|
"NoCreatePermissionTitle": "Nemáte dostatečná oprávnění pro vytvoření",
|
|
"DeletePopupNoPermissionTitle": "Nemáte dostatečná oprávnění pro smazání.",
|
|
"DeletePopupNoPermissionLabel": "Kontaktujte prosím osoby ze seznamu níže, aby to mohly provést.",
|
|
"DeletePopupCreatorLabel": "Tvůrci (mohou mazat pouze objekty, které vytvořili):",
|
|
"DeletePopupOwnerLabel": "Vlastníci (mohou mazat všechny):",
|
|
"Archive": "Archivovat",
|
|
"ArchiveConfirm": "Chcete archivovat {count, plural, =1 {tento objekt} other {# objektů}}?",
|
|
"Open": "Otevřít",
|
|
"OpenInNewTab": "Otevřít na nové kartě",
|
|
"Assignees": "Přiřazení",
|
|
"Labels": "Štítky",
|
|
"MoveLeft": "Přesunout vlevo",
|
|
"MoveRight": "Přesunout vpravo",
|
|
"MoveUp": "Přesunout nahoru",
|
|
"MoveDown": "Přesunout dolů",
|
|
"RestoreDefaults": "Obnovit výchozí nastavení",
|
|
"SelectItem": "Vybrat zaměřenou položku",
|
|
"SelectItemAll": "Vybrat všechny položky",
|
|
"SelectItemNone": "Zrušit výběr všech položek",
|
|
"NumberItems": "{count, plural, =0 {žádné položky} =1 {1 položka} other {# položek}}",
|
|
|
|
"Assigned": "Přiřazeno",
|
|
"Created": "Vytvořeno",
|
|
"Subscribed": "Odebíráno",
|
|
|
|
"ShowPreview": "Zobrazit náhled dokumentu",
|
|
"ShowActions": "Zobrazit akce",
|
|
|
|
"ActionPlaceholder": "Hledat nebo spustit příkaz...",
|
|
"General": "Obecné",
|
|
"Navigation": "Navigace",
|
|
"Editor": "Editor",
|
|
"MarkdownFormatting": "Formátování",
|
|
"CustomizeView": "Přizpůsobit zobrazení",
|
|
"ConfigureColumns": "Konfigurovat sloupce",
|
|
"Filter": "Filtr",
|
|
"ClearFilters": "Vymazat filtry",
|
|
"FilterLessThan": "Méně než",
|
|
"FilterGreaterThan": "Více než",
|
|
"FilterIsNot": "není",
|
|
"FilterIsEither": "je",
|
|
"FilterIsEitherPlural": "jsou",
|
|
"FilterStatesCount": "{value, plural, =1 {1 stav} other {# stavů}}",
|
|
"FilterUpdated": "Filtr byl aktualizován",
|
|
"FilterRemoved": "{count, plural, =1 {# neexistující hodnota byla} other {# neexistujících hodnot bylo}} odstraněno z filtru",
|
|
"Before": "Před",
|
|
"After": "Po",
|
|
"Apply": "Použít",
|
|
"Save": "Uložit",
|
|
"IncludeItemsThatMatch": "Zahrnout položky, které odpovídají",
|
|
"AnyFilter": "libovolnému filtru",
|
|
"AllFilters": "všem filtrům",
|
|
"MatchCriteria": "Splňuje kritéria",
|
|
"DontMatchCriteria": "Nesplňuje kritéria",
|
|
"View": "Zobrazení",
|
|
"MarkupEditor": "Úprava obsahu",
|
|
"List": "Seznam",
|
|
"Grid": "Mřížka",
|
|
"Timeline": "Časová osa",
|
|
"Select": "Vybrat",
|
|
"NoGrouping": "Bez seskupení",
|
|
"Grouping": "Seskupení",
|
|
"Ordering": "Řazení",
|
|
"Manual": "Manuální",
|
|
|
|
"FilteredViews": "Filtrovaná zobrazení",
|
|
"NewFilteredView": "Nové filtrované zobrazení",
|
|
"FilteredViewName": "Název filtrovaného zobrazení",
|
|
"Then": "Poté",
|
|
"ShowPreviewOnClick": "Klikněte pro zobrazení náhledu indexu dokumentu...",
|
|
"Shown": "zobrazeno {len} výsledků {total, plural, =-1 {} other {z filtrovaných # položek}}",
|
|
"Total": "Celkem: {total, plural, other{#}}",
|
|
"ShowEmptyGroups": "Zobrazit prázdné skupiny",
|
|
"Overdue": "Po termínu",
|
|
"Today": "Dnes",
|
|
"Yesterday": "Včera",
|
|
"ThisWeek": "Tento týden",
|
|
"NextWeek": "Příští týden",
|
|
"ThisMonth": "Tento měsíc",
|
|
"NextMonth": "Příští měsíc",
|
|
"NotSpecified": "Neuvedeno",
|
|
"ExactDate": "Přesné datum",
|
|
"BeforeDate": "Před datem",
|
|
"AfterDate": "Po datu",
|
|
"BetweenDates": "Mezi daty",
|
|
"AddSavedView": "Přidat uložené zobrazení",
|
|
"Public": "Veřejné",
|
|
"Hide": "Skrýt",
|
|
"Rename": "Přejmenovat",
|
|
"SaveAs": "Uložit jako",
|
|
"And": "a",
|
|
"Between": "je mezi",
|
|
"ShowColors": "Použít barvy",
|
|
"Show": "Zobrazit",
|
|
"FilterArrayAll": "vše",
|
|
"FilterArrayAny": "některé",
|
|
"Or": "Nebo",
|
|
"HyperlinkPlaceholder": "https://jappleseed.com",
|
|
"CopyToClipboard": "Kopírovat do schránky",
|
|
"CopyAll": "Kopírovat vše",
|
|
"CopyDocumentMarkdown": "Kopírovat jako Markdown",
|
|
"CopyAsMarkdownTable": "Kopírovat jako Markdown tabulka",
|
|
"TableCopiedToClipboard": "Tabulka zkopírována do schránky",
|
|
"TableCopyFailed": "Nepodařilo se zkopírovat tabulku do schránky",
|
|
"PublicView": "Veřejné",
|
|
|
|
"ChooseIcon": "Vybrat ikonu",
|
|
"IconColor": "Vybrat barvu ikony",
|
|
"IconCategory": "Ikona",
|
|
"EmojiCategory": "Emoji",
|
|
"Type": "Typ",
|
|
"ToViewCommands": "pro zobrazení dostupných příkazů",
|
|
"UnArchive": "Obnovit z archivu",
|
|
"UnArchiveConfirm": "Chcete obnovit z archivu {count, plural, =1 {tento objekt} other {# objektů}}?",
|
|
"Pin": "Připnout",
|
|
"Unpin": "Odepnout",
|
|
"Archived": "Archivováno",
|
|
"MoreActions": "Další akce",
|
|
"Leave": "Opustit",
|
|
"Join": "Připojit se",
|
|
"Copied": "Zkopírováno",
|
|
"Title": "Název",
|
|
"HideArchived": "Skrýt archivované",
|
|
"RemoveRelation": "Odstranit vztah",
|
|
"RemoveRelationConfirmation": "Chcete odstranit vztah?",
|
|
"MasterDetail": "Hlavní-detailní",
|
|
"Tree": "Strom",
|
|
"Document": "Dokument",
|
|
"Loading": "Načítání...",
|
|
"NoRelations": "Žádné vztahy",
|
|
"ReadOnlyWarningTitle": "✨ Anonymní hostovská ukázka",
|
|
"ReadOnlyWarningMessage": "Jste v režimu prohlížení. Vyberte si cestu: Připojte se k tomuto prostoru pro spolupráci (jako host) nebo si vytvořte vlastní prostor pro plnou správu projektů — úkoly, termíny, tým!",
|
|
"ReadOnlyJoinWorkspace": "Připojit se k prostoru",
|
|
"ReadOnlySignUp": "Vytvořit prostor",
|
|
"PermissionWarningTitle": "✨ Zvyšte svůj přístup!",
|
|
"PermissionWarningMessage": "Vaše současná role má omezená oprávnění. Chcete-li odemknout tuto a další pokročilé funkce, požádejte správce svého pracovního prostoru o zvýšení úrovně přístupu!",
|
|
"Icon": "Ikona",
|
|
"Color": "Barva",
|
|
"AutomationOnly": "Pouze automatizace",
|
|
"CopyLink": "Kopírovat odkaz",
|
|
"ValueIsSet": "Hodnota je nastavena",
|
|
"RoleLabel": "Role: {role}",
|
|
"ForbidAttributeChanges": "Zakázat změny: ",
|
|
"AllowAttributeChanges": "Povolit změny: ",
|
|
"RelationshipTable": "Tabulka vztahů",
|
|
"FilterOverflowBadge": "+{count}",
|
|
"AddFilter": "Přidat filtr",
|
|
"HiddenFilters": "Skryté filtry"
|
|
}
|
|
}
|