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

Database documentation #174

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Database documentation #174

wants to merge 2 commits into from

Conversation

gioisco
Copy link
Contributor

@gioisco gioisco commented Aug 19, 2024

Description

I have created new documentation for the database schema as part of the efforts to address issue #123. This documentation is based on draft PR #167 and provides detailed descriptions of each table, its fields, and their relationships, which will aid in better understanding and maintaining the database.

Doubts

  1. Why are Foreign Keys not used? Foreign keys are a best practice for maintaining referential integrity and clarifying relationships between tables.

  2. Noted Concerns: There are some unusual constraints, naming conventions, and fields that might need to be removed. I have left notes with my concerns in the database-structure-doc.md. If these concerns are only my own, they can be ignored, or we can consider modifying the database. Please let me know how you would like to proceed.

Why this PR is a draft

  • Addressing the concerns mentioned in point 2.

  • I am currently unable to see the same template in my GitHub Pages as in the RIP-Comm repo. I need to investigate further to ensure the new pages display correctly.

  • I have not yet tested how to render the database-schema-mermaid.mermaid in GitHub Pages. I will explore the best solution.

Related Issue

This PR will close issue #123, following the merge of PR #167.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant