Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit Button #40

Closed
6 tasks done
robkap94 opened this issue Jan 27, 2022 · 4 comments · Fixed by #59
Closed
6 tasks done

Edit Button #40

robkap94 opened this issue Jan 27, 2022 · 4 comments · Fixed by #59
Assignees
Labels
code code related feature new feature related
Milestone

Comments

@robkap94
Copy link
Owner

robkap94 commented Jan 27, 2022

We need to implement "Edit Button". Therefore:

  • Implement functionality of edit button,
  • Edit button should be disabled till the moment, when some order is selected - Functionality is available after selecting order from the list,
  • Edit function will be possible by pop-up dialog window with current details of selected order,
  • Edit function should be blocked in the order's details pane (on the right side of the Manager's view), therefore fields should be blocked from editing,
  • After editing, this should be saved and immediately updated in db (like during creation of the order, db is saved).
  • Ensure that it is similar to add order when it comes to the i.e. dropdown list for categories.
@robkap94 robkap94 added code code related feature new feature related labels Jan 27, 2022
@robkap94 robkap94 added this to the v.alpha milestone Jan 27, 2022
@robkap94 robkap94 self-assigned this Jan 27, 2022
@robkap94 robkap94 mentioned this issue Mar 11, 2022
11 tasks
@robkap94
Copy link
Owner Author

I will handle this feature right now.

@robkap94
Copy link
Owner Author

I have just checked and two tasks were handled in other feature - #52 .
Hence, disabled button when not selected + manager's view right-hand side pane is blocked from editing... These are done :)

@robkap94
Copy link
Owner Author

Additional task done - I have added prompt texts into all add/edit window views.

@robkap94
Copy link
Owner Author

I have just finished main part of this task, hence:

  • implemented full functionality of order's edit button,
  • Additionally, changed (in all edit windows) "old_values" fields as an enabled but non-editable - it allows user to copy old values,
  • Edit functionality is only in pop-up window,
  • Added UPDATE query into SQL db,
  • There is dropdown list for categories, when user needs to select new category.

Seems like all, feature done! :)

@robkap94 robkap94 mentioned this issue Mar 11, 2022
@robkap94 robkap94 linked a pull request Mar 11, 2022 that will close this issue
robkap94 added a commit that referenced this issue Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code code related feature new feature related
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant