Add 'state' to Review type
Closed this issue · 1 comments
thuypham03 commented
To prepare for admin page and report abuse button, add 'state' to Review type:
- Add 'state': ONLY approves 3 values: Pending, Approved, Declined
- Adapt codebase with the new Review type
Relevant files: common/types/db-types.ts
thuypham03 commented
Finish with #224