27 lines
1.6 KiB
Markdown
27 lines
1.6 KiB
Markdown
# Project Title
|
|
|
|
This project contains several files that perform various tasks. Here's a brief overview of each file:
|
|
|
|
## [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](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](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.
|
|
|
|
## [moids.js](src/helpers/moids.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.
|
|
|
|
## [rbc-di-featureflag.js](src/helpers/rbc-di-featureflags.js)
|
|
|
|
- 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 |