MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
16 stars 8 forks source link

Implement "Date Added" feat in DB #138

Open aitikgupta opened 3 years ago

aitikgupta commented 3 years ago

Currently we don't have any date added field in any of the schemas (Users, Posts, Likes, Comments).

We depend totally on the sequence DB provides us with. This will later help us with sequencing of posts in the frontend as well as user report timing (another issue).