Should be able to create or remove a rating for a post via xrpc procedures.
Steps to implement:
- Define methods in
ISoapStoneLexiconController - Implement methods in
SoapStoneLexiconControllerusing database and atproto repositories - Implement handler methods that user controller in
handlers.ts - Connect handler methods to lexicon server in server.ts.
Marking as good first issue since there's an established pattern here with the CRUD operations with posts. Code stack might be a little complicated, might want to refactor later.