Updated readme and links to code

This commit is contained in:
Greg Jacobs
2024-06-01 12:48:03 -04:00
parent 52ba1e18b0
commit a1fbac5f9d

View File

@@ -2,22 +2,26 @@
This project contains several files that perform various tasks. Here's a brief overview of each file: This project contains several files that perform various tasks. Here's a brief overview of each file:
## DAG ## [DAG](src/helpers/dag.js)
This JavaScript file contains a bookmarklet function that prompts the user for a list of DAG Task numbers, separated by commas. For each provided number, it opens a new browser tab with the corresponding DAG Task details page. If the user doesn't provide any input, it opens the default DAG Tasks page in a new tab. This can be useful for quickly accessing multiple DAG Task details pages based on user input. This JavaScript file contains a bookmarklet function that prompts the user for a list of DAG Task numbers, separated by commas. For each provided number, it opens a new browser tab with the corresponding DAG Task details page. If the user doesn't provide any input, it opens the default DAG Tasks page in a new tab. This can be useful for quickly accessing multiple DAG Task details pages based on user input.
## hashid ## [hashid](src/helpers/hashid.js)
This JavaScript file contains a bookmarklet function that takes a string, decodes it using decodeURIComponent, alerts the decoded string, and copies the result to the clipboard. This JavaScript file contains a bookmarklet function that takes a string, decodes it using decodeURIComponent, alerts the decoded string, and copies the result to the clipboard.
## jira.js ## [jira.js](src/helpers/jira.js)
This JavaScript file contains a bookmarklet function that prompts the user for a JIRA ticket number and then opens a new browser tab with the corresponding JIRA page for that ticket. This JavaScript file contains a bookmarklet function that prompts the user for a JIRA ticket number and then opens a new browser tab with the corresponding JIRA page for that ticket.
## moid.js ## [moids.js](src/helpers/moids.js)
This JavaScript file contains a bookmarklet function that prompts the user for a MOID (Markit On Demand) number and then opens a new browser tab to the corresponding Jira page for that MOID. This JavaScript file contains a bookmarklet function that prompts the user for multiple MOID (Markit On Demand) numbers and then opens a new browser tab for each corresponding Jira page for those MOIDs.
## moids.js ## [rbc-di-featureflag.js](src/helpers/rbc-di-featureflags.js)
This JavaScript file contains a bookmarklet function that prompts the user for multiple MOID (Markit On Demand) numbers and then opens a new browser tab for each corresponding Jira page for those MOIDs. - This JavaScript file contains a bookmarklet function that checks the feature flags set in the session storage and displays themm as checkboxes that the user can set then save
## [Workspace - WIP](src/helpers/workspace.js)
- This is just so i can get up and running on a new window with all the pages i care about