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

Mnes 1186 add sqlite db #69

Merged
merged 18 commits into from
Aug 26, 2024

Conversation

GailMelanie
Copy link
Contributor

Description

Added SQLite database and schema + seeding with prisma.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix or my feature works
  • New and existing tests pass locally with my changes
  • My changes contain no console logs

@GailMelanie GailMelanie marked this pull request as draft August 22, 2024 12:14
@GailMelanie GailMelanie marked this pull request as ready for review August 23, 2024 06:55
# Description

New settings page layout with vertical tabs.


## Type of change

Please delete options that are not relevant.

-   [ ] New feature (non-breaking change which adds functionality)

# Checklist:

-   [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
-   [ ] I have made corresponding changes to the documentation
-   [ ] My changes generate no new warnings
-   [ ] I have added tests that prove my fix or my feature works
-   [ ] New and existing tests pass locally with my changes
-   [ ] My changes contain no console logs
package.json Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we also need endpoints for updating and deleting connections?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, will add them as soon as I need them.

@@ -20,6 +20,8 @@ export const deMnestix = {
idStructure: 'ID Struktur',
idStructureExplanation:
'Definieren Sie, wie Ihre IDs aussehen sollen. Dies ist eine Basis-Einstellung, die für individuelle Importe angepasst werden kann.',
mnestixConnections: 'Mnestix Quellen',
mnestixConnectionsExplanation: 'Definieren Sie, welche Daten Quellen verwendet werden sollen.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR, but do we really want to use the formal "Sie" instead of just "Definiere, welche [...]"?

@GailMelanie GailMelanie merged commit 7530194 into feat(repositry-settings) Aug 26, 2024
2 checks passed
@GailMelanie GailMelanie deleted the MNES-1186-add-sqlite-db branch August 26, 2024 09:18
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.

3 participants