-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: rgomezr/ClockingApp
base: v0.2.1
head repository: rgomezr/ClockingApp
compare: v0.3.0
- 18 commits
- 10 files changed
- 1 contributor
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f72e70 - Browse repository at this point
Copy the full SHA 0f72e70View commit details
Commits on Mar 29, 2023
-
Added a left column in clockings table that will hold the option buttons
* Create style for an option button
Configuration menu - View commit details
-
Copy full SHA for 23ad0e1 - Browse repository at this point
Copy the full SHA 23ad0e1View commit details
Commits on Mar 30, 2023
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 06a1326 - Browse repository at this point
Copy the full SHA 06a1326View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbf9a35 - Browse repository at this point
Copy the full SHA fbf9a35View commit details
Commits on Apr 5, 2023
-
Now using latest table column for clocking options
* Using visibility property instead of display, as visibility renders it in document but not show it whereas display will directly not render it
Configuration menu - View commit details
-
Copy full SHA for 41b3c0c - Browse repository at this point
Copy the full SHA 41b3c0cView commit details
Commits on Apr 6, 2023
-
Added SweetAlert2 through JSDeliver
* Started with JS function to delete a specified Clocking through SA2 & ajax
Configuration menu - View commit details
-
Copy full SHA for 0c09c9f - Browse repository at this point
Copy the full SHA 0c09c9fView commit details -
Implemented basic HTTP Delete for a specified clocking
* Implemented basic handling of success from ajax response in JS Delete function
Configuration menu - View commit details
-
Copy full SHA for 6836ed4 - Browse repository at this point
Copy the full SHA 6836ed4View commit details -
Added transition when clocking row is hovered so that optionsMenu fad…
…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
Configuration menu - View commit details
-
Copy full SHA for 4ae8824 - Browse repository at this point
Copy the full SHA 4ae8824View commit details
Commits on Apr 11, 2023
-
Created function to delete table row by table DOM id and table row id
* 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
Configuration menu - View commit details
-
Copy full SHA for 1e8e018 - Browse repository at this point
Copy the full SHA 1e8e018View commit details -
Made DeleteClockingRequest a Promise that resolves based on ajax resp…
…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
Configuration menu - View commit details
-
Copy full SHA for 1f75f0a - Browse repository at this point
Copy the full SHA 1f75f0aView commit details
Commits on Apr 18, 2023
-
Created Razor View for EditClocking together with its async action in…
… Clocking controller
Configuration menu - View commit details
-
Copy full SHA for 17ccb95 - Browse repository at this point
Copy the full SHA 17ccb95View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 781fa12 - Browse repository at this point
Copy the full SHA 781fa12View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ef508e - Browse repository at this point
Copy the full SHA 5ef508eView commit details -
Merge pull request #31 from rgomezr/release-0.2.1
`release-0.2.1` - Updating base for `gh-iss-EditClocking`
Configuration menu - View commit details
-
Copy full SHA for 2f2214e - Browse repository at this point
Copy the full SHA 2f2214eView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 6aa9f46 - Browse repository at this point
Copy the full SHA 6aa9f46View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 0c752af - Browse repository at this point
Copy the full SHA 0c752afView commit details
Commits on Aug 20, 2023
-
Merge pull request #32 from rgomezr/gh-iss-EditClocking
`gh-iss-EditClocking` into `release-0.3.0`
Configuration menu - View commit details
-
Copy full SHA for 27a125b - Browse repository at this point
Copy the full SHA 27a125bView commit details -
Merge pull request #34 from rgomezr/release-0.3.0
`Release-0.3.0` into `main`
Configuration menu - View commit details
-
Copy full SHA for 660d730 - Browse repository at this point
Copy the full SHA 660d730View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.1...v0.3.0