# Gregs Memory Palace This project contains several files that perform various tasks. Here's a brief overview of each file: ## [DAG](src/utils/bookmarklets/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/utils/bookmarklets/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/utils/bookmarklets/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/utils/bookmarklets/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/utils/bookmarklets/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/utils/bookmarklets/workspace.js) This is just so i can get up and running on a new window with all the pages i care about ## [jsToMsDate.js](src/utils/others/jsToMsDate.js) This JavaScript file contains a function that converts a JavaScript Date object to a Microsoft Date string format. It can be useful when working with APIs or databases that require dates to be in the Microsoft Date format. ## [msToJsDate.js](src/utils/others/msToJsDate.js) This JavaScript file contains a function that converts a Microsoft Date string format to a JavaScript Date object. It can be useful when working with APIs or databases that provide dates in the Microsoft Date format. ## [showDebugInfo.js](src/utils/others/showDebugInfo.js) This JavaScript file contains a bookmarklet function that displays debug information about the current page. It can be useful for troubleshooting and understanding the state of the page during development.