Hi
everyone!
I continue to work on the developing solution for task described in issue #852 : Advanced calendar component.
For now, I have made corrections at the functionality of editing the existing event. I have implemented the functionality 'Add daily events'. Now repeating daily events can be created.
https://github.com/sigmah-dev/sigmah/pull/100/commits/1e91db64d19e42076c147d426efb15c2b951a927
Also I’ve implemented the fix to the issue with incorrect showing of some fields (radiogroup) in 'Add event' view. The issue was reproduced if the view 'Add event' opened after the 'Edit event' view.
https://github.com/sigmah-dev/sigmah/pull/100/commits/ff1a7c6bb22de4e25ca45426ee3347306f0df8e0
Plans:
I'm planning to implement the next event date calculation for the weekly, monthly and yearly events.
An important question to Sigmah-dev team:
https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!topic/sigmah-dev/2KMiOWNXjOk
Thank you!
Aliaksei Karpau
Hi everyone!
I'm finishing implementing the task described in issue #852 : Advanced calendar component.
Since my last report I've implemented next functionalities:
- Add weekly events
https://github.com/sigmah-dev/sigmah/pull/100/commits/6ea5bca2de766977b6c29c961491fc07fe3a8c2f
- Add monthly events with the 'Same date' and 'Same day of a week' options
Same date - https://github.com/sigmah-dev/sigmah/pull/100/commits/c0a328ccd13a1b4db9ccd8865da12a913ebf1467
Same day of a week - https://github.com/sigmah-dev/sigmah/pull/100/commits/2927edcf437f02ccc1665e5a33a7717735636cb1
- Add yearly events with the 'Same date' and 'Same day of a year' options
https://github.com/sigmah-dev/sigmah/pull/100/commits/90159b87a1e2f519631193cae908f3df57529726
Thus at the moment next functionalities are ready:
- Adding daily events
- Adding weekly events
- Adding monthly events (with functions 'Same day of a week' and 'Same date of a month')
- Adding yearly events (with functions 'Same day of a year' and 'Same date of a year')
Plans:
Next week I'm planning to perform a code clearing and refactoring.
Thank you,
Aliaksei Karpau
Hi everyone.
The implementation of the weekly view is in progress now. I'm working on the resolution of the issue with correct showing of just added multiday event on monthly and weekly view
Now in the database each long lasting event takes only one line (it is not divided into many one-day events as it was earlier)
Plans:
I'm starting implementing the issue #824 (Calendar export to other devices) and working on the POC (Proof-Of-Concept) of this task
Thank you!
Aliaksei Karpau