diff --git a/README.MD b/README.MD index a7a2177..4b1c1ee 100644 --- a/README.MD +++ b/README.MD @@ -2,22 +2,26 @@ 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. -## 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. -## 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. -## 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. \ No newline at end of file +- 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 \ No newline at end of file