SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Show uploaded + parsed files pra/tut/lec information correctly #647

Closed usoltsevpaul closed 7 years ago

usoltsevpaul commented 7 years ago

This requires either changes in the back or changes in the front OR both... since we have different formats etc... @hobindar lets use this issue and solve this problem here.

usoltsevpaul commented 7 years ago

@hobindar proposed solution? (Im good with either change)

hobindar commented 7 years ago

Let's keep the fields named start and end so that we're consistent with events.

I'll update the parser to store a date instead of milliseconds for midnight for start and end.

@usoltsevpaul Is there anything else that needs to be changed?

Edit: I suppose back end returns an all caps day, but I don't think that causes any issues.

usoltsevpaul commented 7 years ago

@darren so correct me if Im wrong here but for front I will change

hobindar commented 7 years ago

Back end changes will be handled in the parser.

Assigning to @SwapnilShahGit to handle these changes.