danisherror/productivity_manager

Multiple task added in the database

Open

#4 opened on Jun 22, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (1 fork)github user discovery
bughelp wanted

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

When adding multiple task, lets say you one wrong task date set, it will send the data to the backend and it will record for the others. but, after changing the record to correct date, and sending the data it is re-entering the same records twice's whose values was correct.

  • Write a check if there is wrong in any task, don't send the data to the backend

Contributor guide