UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Refactor Post Component #72

Closed noodaj closed 5 months ago

noodaj commented 5 months ago

This is related to issue #58

Description / Changes Made

New Post

How to Test

  1. None

Checklist

StacL commented 5 months ago

Also, it appears we haven't yet established a standardized format for storing date strings in our backend. It would be beneficial for us to address this to ensure consistency across our platform. Specifically, we should determine the format that the createPost page will use to transmit dates is the same that this page uses to display dates. While I'm uncertain whether variations in formatting would be automatically resolved by the Date inbuilt function, clarifying this aspect would enhance our system's cohesion.