Conversation
|
Thanks for contributing 🙏
This is llm redundant text that is not needed here.
This is admin only endpoint right? So in general, everytime yoju add an endpoint to the backend, pls add it to the readme and add testing instructions for integration test. That means a script (like we already have for other endpoints) that will perform a full testing sequence using curl: get nonce, generate signature, post endpoint, list endpoint. Thanks in advance :) |
|
okays taking a look |
|
Earlier it was not for admin only, now updated it to admin only
Please take another look when you get a chance. FOR LLM PR would make sure about it in mind |
Summary
Implements backend support for distributions in the existing Rust backend by adding persistence and a batch registration endpoint.
Changes
backend/migrations/008_create_distributions_table.sqlwith required fields:addressbadge_name(maps frombadgeName)distribution_id(maps fromdistributionId)POST /distributionsto register distributions from a list payload.Scope