Skip to content

Adding Position History & Dummy Data for Department Members #598

Open
ArtemKurasov wants to merge 4 commits into
PeeWeeAttributefrom
Bright_Artem_demo_data
Open

Adding Position History & Dummy Data for Department Members #598
ArtemKurasov wants to merge 4 commits into
PeeWeeAttributefrom
Bright_Artem_demo_data

Conversation

@ArtemKurasov

Copy link
Copy Markdown

Changes

  • Added the position history file to the database (can be found in the app/models/positionHistory.py file).
  • Added some dummy data for Department Members to the demo_data.py file.

Testing

  • Test if the dummy data is in the database:
    • type mysql -u root -proot --skip-ssl to open MySQL
    • then enter USE lsf; to go to the LSF database specifically
    • run "SHOW TABLES;" to view all the entities that exist in the LSF database
    • type SELECT * FROM supervisordepartment; to select the table representing Department Members
    • if there's something similar to the screenshot below, everything works properly!
    • enter "EXIT;" to exit MySQL
    • run Flask to ensure that the dummy data does not break the website
image

@nahom70 nahom70 added epic A project that will require multiple sub-tasks to complete and removed epic A project that will require multiple sub-tasks to complete labels Jul 1, 2026
@MImran2002 MImran2002 changed the base branch from development to PeeWeeAttribute July 8, 2026 18:15
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.

5 participants