Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Function to Extract Project id from Query String and Hash #28

Conversation

sarah-fidahussain-SLU
Copy link

Fixes #1

What was changed:

  • Created the getProjectIDFromURL function to correctly handle cases where projectId is either in the query string or the hash.
  • Added an HTML page to display the project Id or indicate when no project Id is found.

Why was it changed:

  • No previous implementation of extracting project ID before existed.

How was it changed:

  • The function first checks the query string for the project Id.
  • If the project Id is not found in the query string, it checks the hash.
  • Added an index.html file to provide a structure for the function to run.

@cubap
Copy link
Member

cubap commented Sep 16, 2024

This PR should point to your oss-slu:main branch, not here.

@cubap cubap closed this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set schema for manifest file for interface
2 participants