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

Normalize deployment database #14065

Closed
nkylstad opened this issue Nov 14, 2024 · 0 comments
Closed

Normalize deployment database #14065

nkylstad opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels
area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. team/studio-core

Comments

@nkylstad
Copy link
Member

nkylstad commented Nov 14, 2024

Problem

  • The database currently has a column storing a JSON structure with information.
  • This approach creates challenges when extending the database.

Why

  • To achieve a scalable database.
  • To make querying easier.
  • To support adding new functionality.

Solution

  • Normalize the database.
  • Create multiple tables to break down the JSON structure into structured tables.
@nkylstad nkylstad added the area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. label Nov 14, 2024
@mirkoSekulic mirkoSekulic moved this to 👷 In Progress in Team Studio Dec 5, 2024
@mirkoSekulic mirkoSekulic self-assigned this Dec 5, 2024
@mirkoSekulic mirkoSekulic moved this from 👷 In Progress to 🔎 Review in Team Studio Jan 9, 2025
@github-project-automation github-project-automation bot moved this from 🔎 Review to Documentation in Team Studio Jan 13, 2025
@mirkoSekulic mirkoSekulic moved this from Documentation to ✅ Done in Team Studio Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. team/studio-core
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants