MarketSquare / MarketSquare/robotframework-dashboard

[Improvement] Investigate benefits of database restructure

Open
#259 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
HTML
Stars
87
Forks
21
Avg merge
14h 55m
Merged PRs (30d)
13

Description

## Summary
Investigate the potential benefits of transitioning from the current flat table structure to a relational database model, and implement changes if proven valuable.

## Problem
The current flat table setup lacks relationships between data entities, which can lead to data redundancy, limited flexibility, and more complex data management as the system grows.

## Proposed Solution
Conduct an investigation that:

- Evaluates the limitations of the current flat table structure
- Explores relational database design (e.g., normalized tables, relationships, keys)
- Identifies potential performance, scalability, and maintainability improvements
- Assesses migration complexity and risks
- Provides a recommendation on whether to proceed with implementation

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by mapping the current flat table structure and its data entities, then compare it with normalized relational designs, relationships, and keys. Document performance, scalability, maintainability, migration risks, and a recommendation on whether implementation should proceed.

Written by the indexing model from the issue text.

Assessment

Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.