CenterForDigitalHumanities / CenterForDigitalHumanities/DigiSig
list of repositories on main page
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
line 875 (ish) contains a query that goes into shelfmark_view to fetch the list of repositories. Change the query to run off to look in dataforgraph_view.
Change :
$query = "SELECT DISTINCT repository_fulltitle, id_archoncode FROM shelfmark_view ORDER BY repository_fulltitle";
to:
$query = "SELECT DISTINCT repository_fulltitle, id_archoncode FROM dataforgraph_view ORDER BY repository_fulltitle";
Be warned that you need the latest version of the Digisig MsSQL database or it will throw up errors
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.