BONSAMURAIS / BONSAMURAIS/yasgui-query-interface
allow to specify requestConfig endpoint dynamically
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Current
the sparql endpoint is hardcoded:
```
index.html
60: requestConfig: { endpoint: 'http://odas.aau.dk/sparql' }
```
## expected
it would be nice if we could change this in an environment variable, or read from a configuration file, sot hat we can test with different sparql endpoints
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in index.html around line 60, where requestConfig hardcodes the SPARQL endpoint. Inspect how this page is built and served before choosing between environment-based and configuration-file input. Done means different SPARQL endpoints can be selected without editing the source, and the chosen configuration path is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100