kadhirvelm / atlasP

Visualize your social time
http://www.atlas-people.com
0 stars 0 forks source link

Add ability to edit events after creation #74

Closed lukewalquist closed 5 years ago

lukewalquist commented 5 years ago

I should have caught this before - but when you don't put in a year for your dates it sets the date in a random year (definitely didn't go wakeboarding in Singapore 7 years ago hahah)

Two notes: 1 - Can I still edit the master data on the google drive, or do I need to change these elsewhere? 2 - I'm not sure it's worth making a feature to ensure proper date formatting (on my end w/ the texting service it isnt because I'll just remember to include the year, but if you're getting more people to use the graph, it may make it easier so we don't need to check their data)

image

lukewalquist commented 5 years ago

Also, if you look at the last one, I wasn't even BORN in 1970 hahaha - I have some data cleanup to do w/ my events

kadhirvelm commented 5 years ago

So in JavaScript, the earliest date it can handle is Jan 1st, 1970 I think. It sounds like we need a way to edit these events after you've made them? The backend endpoint exists already (it also reindexes the user connections), just need to make the frontend for it.

I think this all will be easier with the redesign coming - will post mocks for that soon

kadhirvelm commented 5 years ago

91