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

Create data base structure for storing notes #41

Closed
DrStrangeloovee opened this issue May 15, 2024 · 0 comments · Fixed by #45
Closed

Create data base structure for storing notes #41

DrStrangeloovee opened this issue May 15, 2024 · 0 comments · Fixed by #45
Assignees

Comments

@DrStrangeloovee
Copy link
Owner

DrStrangeloovee commented May 15, 2024

To store notes in the pocketbase back end a structure (migration) is needed which satisfies the following requirements:

  • User table has a relation to the notes table
  • Notes table contains the following columns:
    • PK or unique id of a single note
    • FK for user
    • Title of note
    • Content of note
    • Creation date
    • Last edit date
    • Column(s) for referencing additional data e.g. pictures, links, ... this has to be defined separately, what exactly is needed has to be studied more closely and by looking up the available editorjs plugins.
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 a pull request may close this issue.

2 participants