adamnestor / serviceTally

0 stars 0 forks source link

BUG: Issue with School and SchoolId upon starting application #18

Closed adamnestor closed 2 months ago

adamnestor commented 2 months ago

The problem is that we cannot start the program because of some issue with the database and the school entity

adamnestor commented 2 months ago

This is a much bigger issue than initially thought.

I have created repositories for adminProfile, studentProfile, and student. I have added adminProfile and studentProfile use to UsersService in the addNew method I am working on a test to confirm that entities can be created and retrieved While doing this I ran out fo chatGPT usage, so I will continue tonight when available

adamnestor commented 2 months ago

Just thought of how jobPortal app handled recruiter and jobseeker Id in profiles versus how I am handling them here. Maybe this is a cause of issues because maybe I have too many id fields involved. AdminId user I’d etc

adamnestor commented 2 months ago

Seemed to have fixed the bug. Everything fires up. The test we passed to create and retrieve entities passed.