Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rgomezr/ClockingApp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: rgomezr/ClockingApp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 18 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    0f72e70 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Added a left column in clockings table that will hold the option buttons

    * Create style for an option button
    rgomezr committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    23ad0e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. -JS

    * 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
    rgomezr committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    06a1326 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    fbf9a35 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. 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
    rgomezr committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    41b3c0c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Added SweetAlert2 through JSDeliver

    * Started with JS function to delete a specified Clocking through SA2 & ajax
    rgomezr committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0c09c9f View commit details
    Browse the repository at this point in the history
  2. Implemented basic HTTP Delete for a specified clocking

    * Implemented basic handling of success from ajax response in JS Delete function
    rgomezr committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6836ed4 View commit details
    Browse the repository at this point in the history
  3. 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
    rgomezr committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4ae8824 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. 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
    rgomezr committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1e8e018 View commit details
    Browse the repository at this point in the history
  2. 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
    rgomezr committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1f75f0a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    17ccb95 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    781fa12 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    5ef508e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from rgomezr/release-0.2.1

    `release-0.2.1` - Updating base for `gh-iss-EditClocking`
    rgomezr authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2f2214e View commit details
    Browse the repository at this point in the history
  3. - Default View Component

    * 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
    rgomezr committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    6aa9f46 View commit details
    Browse the repository at this point in the history
  4. - JS

    * 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
    rgomezr committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0c752af View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Merge pull request #32 from rgomezr/gh-iss-EditClocking

    `gh-iss-EditClocking` into `release-0.3.0`
    rgomezr authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    27a125b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from rgomezr/release-0.3.0

    `Release-0.3.0` into `main`
    rgomezr authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    660d730 View commit details
    Browse the repository at this point in the history
Loading