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

Release-0.3.0 into main #34

Merged
merged 17 commits into from
Aug 20, 2023
Merged

Release-0.3.0 into main #34

merged 17 commits into from
Aug 20, 2023

Conversation

rgomezr
Copy link
Owner

@rgomezr rgomezr commented Aug 20, 2023

No description provided.

* Added some jQuery events for showing/hiding index when entering or leaving a clocking row
-CSS
* Added some classes for inline edit buttons + visibility toggling class
-ComponentViewClocking
* Modified for each to return a tuple to go over the Model values with an index
* Using visibility property instead of display, as visibility renders it in document but not show it whereas display will directly not render it
* Started with JS function to delete a specified Clocking through SA2 & ajax
* Implemented basic handling of success from ajax response in JS Delete function
…es in/out with opacity & visibility

* Modified MongoRepositoryBase & its interface so that it returns true/false async when something has been deleted or not
* Now using bool returned by clockingRepo in HTTP Delete within Clocking controller
* Basic functionality within JS delete function to handle response from controller to show success/error through SA
* Included this function within DeleteClocking JS function so that when server comes back with successful response, it deletes it from front-end so that user doesn't need to wait until page is reloaded
…onse

* Make general JS DeleteCLocking async which now awaits for user input on SA form and if confirmed, it will await from ajax delete request to delete it from front-end or not
`release-0.2.1` - Updating base for `gh-iss-EditClocking`
* Removed Edit button for now and improved style for Delete button
* If Default View is for invoice view, it won't show option menu
- WeeklyClockingInfo
* Added IsInvoiceView for component view to know when is user for user and when invoice action is using it
- Clocking Controller
* Populating IsInvoiceView for WeeklyClockingInfo for invoice view actino
- CSS
* Removed unused styles
* Changed message when deleting Clocking
* Fixed bug that would be using the + operation to join strings instead of the sum of two numbers
- Default Component for Clockings
* Passing Clocking Date formatted to JS Delete function
`gh-iss-EditClocking` into `release-0.3.0`
@rgomezr rgomezr self-assigned this Aug 20, 2023
@rgomezr rgomezr marked this pull request as ready for review August 20, 2023 15:14
@rgomezr rgomezr merged commit 660d730 into main Aug 20, 2023
2 checks passed
@rgomezr rgomezr deleted the release-0.3.0 branch August 20, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant