cornell-dti/cu-apts

Add 'state' to Review type

Closed this issue · 1 comments

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

Finish with #224