gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
899 stars 377 forks source link

[r/boards] initialize primary structs #3138

Open salmad3 opened 1 week ago

salmad3 commented 1 week ago

Context:

Threads and posts are core components of r/boards. Defining these structs establishes a consistent model for content management and supports features such as thread creation, post handling, and moderation. These structs should integrate with the Permissions interface to enable role-based actions.

Acceptance Criteria: