Igalia / phpreport

Web tool for project time tracking and project management.
http://igalia.github.io/phpreport/
GNU General Public License v3.0
30 stars 12 forks source link

Check overlapping tasks in the frontend #71

Open jaragunde opened 8 years ago

jaragunde commented 8 years ago

[Trac import] Reported by: jaragunde Original date: Thursday, 15 April 2010 13:22

Now the DB doesn't allow overlapping tasks, and the interface shows an error after having tried to save them. I would improve the application making that check directly in the AJAX interface to prevent the user pressing the 'save' button while there are wrong values.

jaragunde commented 5 years ago

Overlap checks are now done in the backend application and not in the DB, but the ticket still stands. Also, renaming to use the "frontend" term, "AJAX" is so old-fashioned...

dmtrek14 commented 1 year ago

We are in the process of rewriting the frontend for tasks. Any outstanding bugs and enhancements for the old interface will be taken into account as we implement the new design.