swsnu / swpp2021-team4

🚂 Tripick : Pick your trip! 🛤
2 stars 1 forks source link

Differentiate same places when a user create new Post #161

Closed kjw7953 closed 2 years ago

kjw7953 commented 2 years ago

as-is: When a user creates new Post and searches Places, the same places have the same id so that they are not distinguished when deletes and edits place.

to-be: Differentiate same places by adding Date.now() to their id.