Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 authored Jul 2, 2023
1 parent a15df43 commit 48a5c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://github.com/MFarabi619/Workday-Time-Entry-Script/assets/54924158/7a8c1143
- Improved robustness by waiting until the image is found rather than using the sleep() function, as a webpage could take any amount of time to load.
- Improved code readability through separation of helper functions to a different file.

## Release v2.0.0 Features:
## Release v2.0.0 Features and Changelog:
- Asks the user if they worked a regular work week. If not, then the script will prompt the user for the number of hours worked per day.
- The hours entry menu also provides the user with the options to undo the last entry, restart from the beginning, or to exit the menu.
- No need for the user to press enter in the console when signing in. The script will automatically continue when the hamburger icon is found.
Expand All @@ -42,4 +42,4 @@ https://github.com/MFarabi619/Workday-Time-Entry-Script/assets/54924158/7a8c1143
- Storing values in a dictionary and iterating through them.
- Manipulating the order of items in a dictionary.
- Considered using multithreading/multiprocessing to for the sign-in check stage, but decided against it as it would be too complicated for this use case. Used a while loop instead.
- If there is no browser open, the webbrowser module will open the default browser in the main monitor. If there is a browser open, it will open a new tab in the same browser, with the browser remaining on the monitor screen it was originally in.
- If there is no browser open, the webbrowser module will open the default browser in the main monitor. If there is a browser open, it will open a new tab in the same browser, with the browser remaining on the monitor screen it was originally in.

0 comments on commit 48a5c03

Please sign in to comment.