visualise schema changes #213
Labels
No labels
0 points
0.5 points
1 point
13 points
2 points
21 points
3 points
34 points
5 points
55 points
8 points
ambition
application-offering
ambition
configure-applications
ambition
front-end
ambition/install-applications
ambition
security
ambition
switch-host
ambition
update-applications
ambition
user-management
api service
blocked
component: fediversity panel
component: nixops4
documentation
estimation high: >3d
estimation low: <2h
estimation mid: <8h
infinite points
productisation
project-management
question
role: application developer
role: application operator
role: hosting provider
role: maintainer
security
technical debt
testing
type unclear
type: bug
type: deliverable
type: key result
type: objective
type: task
type: user story
user experience
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#214 aid needed actions on schema update
fediversity/fediversity
#289 key features improving user experience supported
fediversity/fediversity
#610 Configure applications
fediversity/fediversity
Reference
fediversity/fediversity#213
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a Fediversity user,
given I have a Fediversity deployment and the available options have updated since (#159),
when I open the deployment configuration panel,
I want changes in available options to be visualized,
so that I can make an informed decision on how to make use of them.
implementation notes
c.f. #143, which is about showing diffs but for data (rather than options)
in case of options coming from Nix (rather than JSON-Schema), should cover various operations (ideally extracted from e.g. markers, see #1073, or otherwise, see #628)
from the API (see #334) send old / new schemas and configuration values, rename mapping, optionally removals/additions and maybe type changes (see #629)
may come down to showing (color-code: red/yellow/green) + explaining in human language any potential changes (e.g. kinds + rename?) passed from the API
maybe complicated by version updates causing a mismatch between deployed state (unless we automatically do that?) vs config live-updated by the user.
e.g.
/update?from=1based on a JSONified VSC-trackerupdates.yamlcontaining version option renames (at least those that could not be inferred from markers on relevant options) as k/v pairs (as add/rm could be inferred from schema diff):kiara referenced this issue2025-02-28 10:51:50 +01:00
visualize schema changesto visualise schema changeskiara referenced this issue2026-06-08 22:59:52 +02:00
api-http-stackdeployment state across restarts #1096Closed in #1102.