crowd.dev icon indicating copy to clipboard operation
crowd.dev copied to clipboard

Construct column set dynamicaly

Open garrrikkotua opened this issue 2 years ago • 0 comments

Changes proposed ✍️

What

🤖 Generated by Copilot at 73c2433

This pull request improves the efficiency and accuracy of updating member data in the data_sink_worker service. It changes the update method of the MemberRepository to use a dynamic column set, and the updateMember method of the MemberService to filter out unnecessary fields. ​

🤖 Generated by Copilot at 73c2433

update method changed Dynamic columns save data Spring cleaning the code

Why

How

🤖 Generated by Copilot at 73c2433

  • Use dynamic column set to update members (link)
  • Filter out unchanged fields from member update (link)

Checklist ✅

  • [ ] Label appropriately with Feature, Improvement, or Bug.
  • [ ] Add screehshots to the PR description for relevant FE changes
  • [ ] New backend functionality has been unit-tested.
  • [ ] API documentation has been updated (if necessary) (see docs on API documentation).
  • [ ] Quality standards are met.

garrrikkotua avatar Aug 22 '23 16:08 garrrikkotua