Vignesh Hari

Results 36 comments of Vignesh Hari

Migrations make no sense, since there are unrelated changes

Let's not delete any fields immediately; let's keep a leeway of 1 month before deleting any data. remove any migration that deletes the columns.

We have another endpoint specifically for this already made. We can build this feature if that does not solve our problem.

@gigincg we had a separate API for this because of the way we store this data internally. The facility user relation is a many-to-many type relation, we can bring in...

Add descriptions in all PRs! Explain the need for this feature, how its implemented and what might be affected with its addition.

OpenAPI documentation would be nice for this endpoint

do we need an `in_use` attribute ? `end_date == None` serves the same purpose right?

@cp-Coder you can use the end_date is null to check if a bed is in use.

@gigincg @aparnacoronasafe Merging this PR will delete all values of HBA1C entered uptill now. Confirm if this is intended.