julien-c / Circular

An open source Buffer app clone
http://circular.io
MIT License
1.03k stars 193 forks source link

Not saving time schedules #67

Open pdmstrong opened 7 years ago

pdmstrong commented 7 years ago

I enter 10-12 times for posting and save. But when I log in again, the time schedule reverts to a default of 4 postings / day. Can you please fix this so I can keep my time schedule? Thanks!

uraimo commented 7 years ago

Was wondering about the same thing ( #64 is asking too), timezones are not implemented right now as can be seen in /js/circular.js. The value you set is just saved in the browser localStorage, giving the illusion of persistence :)

If someone has time to fix this, the timezones model attribute could be saved by the frontend at /js/circular.js:6278 or :5813 and then stored by mongodb at /api/index.php:298.