Commit f91dc70
Wrap manifest-import in tpen-page component (#412)
* Add manifest import component and interface
Introduce a new Manifest Import feature: adds a web component (components/manifest-import/index.js) that imports multiple IIIF manifests into TPEN, handles authentication, creates projects sequentially, and renders progress/results. Includes docs and support pages (IMPLEMENTATION.md, README.md, QUICKSTART.md), an examples page and interface (interfaces/manifest-import/index.html, examples.html, INDEX.md), and interface metadata (manifest.yml). Uses TPEN Services POST /project/import?createFrom=URL and integrates with TPEN auth/token handling.
* Update index.js
* Update components/manifest-import/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update components/manifest-import/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update components/manifest-import/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* [WIP] Update to address feedback on IIIF import PR (#407)
* Initial plan
* Fix URL format in INDEX.md to match permalink
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* Fix URL examples to use correct /import-manifest permalink (#408)
* Initial plan
* Fix URL examples to use /import-manifest path
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* [WIP] Address feedback on IIIF import direct pull request (#409)
* Initial plan
* Replace custom #escapeHtml with shared utility from /js/utils.js
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* [WIP] Address feedback from review on IIIF import (#410)
* Initial plan
* Fix /?manifest= to /import-manifest?manifest= across all documentation
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* [WIP] WIP Address feedback on IIIF import direct pull request (#411)
* Initial plan
* Add main element wrapper for improved accessibility
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* Initial plan
* Wrap manifest-import in tpen-page component
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: cubap <cubap@slu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>1 parent 13a271f commit f91dc70
1 file changed
Lines changed: 4 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 12 | + | |
| 13 | + | |
41 | 14 | | |
42 | 15 | | |
43 | | - | |
| 16 | + | |
44 | 17 | | |
45 | | - | |
46 | | - | |
| 18 | + | |
47 | 19 | | |
48 | 20 | | |
0 commit comments