human-essentials icon indicating copy to clipboard operation
human-essentials copied to clipboard

[Investigation] ChilditemRequest - can we get rid of it?

Open cielf opened this issue 1 year ago • 1 comments

Summary

Check if we can get rid of ChildItemRequest.

Details

A cursory inspection of ChildItemRequest indicated that maybe it is there to support outdated functionality from before the databases were combined. Check thoroughly to determine whether we can, indeed, get rid of it. Are there any implications to old production data, etc.

It is possible that it is still important as a join table between the children and the requests.

This is core team because it probably requires looking at production data.

Criteria for completion

  • [ ] check back with the Sunday planning meeting -- can we get rid of it?

Bonus round

  • [ ] if we can, a PR to remove it.

cielf avatar Sep 15 '24 15:09 cielf

Noted that the table is getting entries when child requests are created. (so not just a simple dump the table if we are not really using it)

cielf avatar Oct 27 '25 19:10 cielf