Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create popup component to edit or delete events Signed-off-by: angatupyry <fierrofenix@gmail.com> * Create popup component to edit or delete events Signed-off-by: angatupyry <fierrofenix@gmail.com> * Adding popup to edit events Signed-off-by: angatupyry <fierrofenix@gmail.com> * Enable or disable cells Signed-off-by: angatupyry <fierrofenix@gmail.com> * Add schedule and openSchedulepopup props Signed-off-by: angatupyry <fierrofenix@gmail.com> * Open create task form in edit event Signed-off-by: angatupyry <fierrofenix@gmail.com> * Update entire schedule Signed-off-by: angatupyry <fierrofenix@gmail.com> * Update entire schedule Signed-off-by: angatupyry <fierrofenix@gmail.com> * Fix endpoint to receive task request Signed-off-by: angatupyry <fierrofenix@gmail.com> * Remove unnecesary function and rename props Signed-off-by: angatupyry <fierrofenix@gmail.com> * Create hooks to reuse function Signed-off-by: angatupyry <fierrofenix@gmail.com> * Editing entire schedule Signed-off-by: angatupyry <fierrofenix@gmail.com> * Using custom hook Signed-off-by: angatupyry <fierrofenix@gmail.com> * Repeated functions sends to utils file Signed-off-by: angatupyry <fierrofenix@gmail.com> * Create method to handle editing single event Signed-off-by: angatupyry <fierrofenix@gmail.com> * Add utils file to be more cleaner Signed-off-by: angatupyry <fierrofenix@gmail.com> * Setting on or never depending of the schedule value Signed-off-by: angatupyry <fierrofenix@gmail.com> * Editing single event Signed-off-by: angatupyry <fierrofenix@gmail.com> * Create a custom hook to get username Signed-off-by: angatupyry <fierrofenix@gmail.com> * Use custom hook to get usernmae Signed-off-by: angatupyry <fierrofenix@gmail.com> * Disabling cells without events Signed-off-by: angatupyry <fierrofenix@gmail.com> * Add test for new component Signed-off-by: angatupyry <fierrofenix@gmail.com> * Test created Signed-off-by: angatupyry <fierrofenix@gmail.com> * Order status according to meaning and use ref instead of state to set the current event id Signed-off-by: angatupyry <fierrofenix@gmail.com> * End of day using insted of end of minutes in until date Signed-off-by: angatupyry <fierrofenix@gmail.com> * Set current state when click onSubmit button Signed-off-by: angatupyry <fierrofenix@gmail.com> * Refresh events after sending submit and after close create task form Signed-off-by: angatupyry <fierrofenix@gmail.com> * Fix bug editing entire events Signed-off-by: angatupyry <fierrofenix@gmail.com> * Setting except dates as empty in editing mode Signed-off-by: angatupyry <fierrofenix@gmail.com> * Separete scheduled component and tasks Signed-off-by: angatupyry <fierrofenix@gmail.com> * Add explanation comment in new route Signed-off-by: angatupyry <fierrofenix@gmail.com> * Default cursor in cells without events Signed-off-by: angatupyry <fierrofenix@gmail.com> * Using the same terminology between edit and delete. Signed-off-by: angatupyry <fierrofenix@gmail.com> * Rename file name to be more descriptive Signed-off-by: angatupyry <fierrofenix@gmail.com> * Change name of Radio group Signed-off-by: angatupyry <fierrofenix@gmail.com> * Move function from utils to task/utils since it is related to just tasks Signed-off-by: angatupyry <fierrofenix@gmail.com> * Rename component name to be more descriptive Signed-off-by: angatupyry <fierrofenix@gmail.com> * Fix test accoriing to changes on the component Signed-off-by: angatupyry <fierrofenix@gmail.com> * Delete unnecesary props Signed-off-by: angatupyry <fierrofenix@gmail.com> * Rename props to be more descriptive Signed-off-by: angatupyry <fierrofenix@gmail.com> * Some minor changes to be more descriptive and clear Signed-off-by: angatupyry <fierrofenix@gmail.com> * Make comments a little more descriptive, instead of pseudocode. Signed-off-by: angatupyry <fierrofenix@gmail.com> * Add at time in schedule interface to set the time correctly Signed-off-by: angatupyry <fierrofenix@gmail.com> --------- Signed-off-by: angatupyry <fierrofenix@gmail.com>
- Loading branch information