mucadele-cs319/BilHealth

Missing ability to create comprehensive reports from patient/doctor data

vedxyz opened this issue · 0 comments

This was one of the main features listed in our reports. It is completely missing at the moment.

This would mainly involve using EF Core inside Services to pull the data from the database, then create a controller action as a proxy to this generation service. The profile page on the UI could be a good place to add a button for accessing this API controller.