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

splitting up job entries into different tables #1009

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Feb 29, 2024

  1. Update database.py

    Add Tables definitions (as sqlalchemy classes), namedtuple  DatabaseEntry and methods of TinyDB for handling datasets
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    308e6ef View commit details
    Browse the repository at this point in the history
  2. Update database.py

    correction of method get_jobentry_id, change Job.job to Job.job_name
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a8679c6 View commit details
    Browse the repository at this point in the history
  3. Create db_schema.md

    add plantuml code and a shor description for the database schema
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6521967 View commit details
    Browse the repository at this point in the history
  4. add image db_schema.png

    add uml diagram as png-image related to db_schema.md
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    26e4c6d View commit details
    Browse the repository at this point in the history
  5. Create handling_incoming_jobdata.md

    Add uml code with a short description how job handling works with add_jobentry method
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c303bbf View commit details
    Browse the repository at this point in the history
  6. Add handling_incoming_jobdata.png

    UML diagram as png-image
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7526885 View commit details
    Browse the repository at this point in the history
  7. Create classes_tables.md

    Add plantuml code for the dependency between the tables and sqlalchemy classes `Table` and `Base`
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    85382de View commit details
    Browse the repository at this point in the history
  8. Add classes_tables.png

    Add the png-image related to the uml code of classes_tables.md
    tnecnivkcots authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    93706d4 View commit details
    Browse the repository at this point in the history