lil-lab / recnet

A human-driven recommendation system for academic readings.
https://recnet.io
MIT License
4 stars 1 forks source link

Add "verified" flag to paper records #252

Closed yoavartzi closed 2 months ago

yoavartzi commented 2 months ago

Add a binary "verified" flag to paper records. This flag should be set when the record for the paper is created.

When the details are entered through the interface, the flag should be FALSE

We will use this flag later to mark papers that come from moderated sources, like arXiv (once we put the integration in place)

joannechen1223 commented 2 months ago

We already have "isVerified" flag for each paper. It is a boolean value default to be false

yoavartzi commented 2 months ago

Perfect