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

Adding map note tags - part 1 - added migration script and model files #5323

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. Added NoteTag model and note_tags table

    Added NoteTag model class, note_tags DB table, associations between Note
    and NoteTag and private / foreign keys.
    nenad-vujicic committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    54e517b View commit details
    Browse the repository at this point in the history
  2. Added note_tag factory and NoteTag model test-case

    Added registering new factory bot for note_tag and added new unit tests
    to NoteTagTest for checking if key length is valid, value length is
    valid, key length is invalid, value length is invalid, orphaned tag is
    invalid and note_tags are unique.
    nenad-vujicic committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ea120b0 View commit details
    Browse the repository at this point in the history