Skip to content

Commit

Permalink
prep for 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Oct 15, 2024
1 parent 8ff7a12 commit 6526dd7
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 24 deletions.
40 changes: 26 additions & 14 deletions TODO.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,24 @@ <h2 id="next">next</h2>
spreadsheet in GitHub</label></li>
<li><label><input type="checkbox" />Write report that generates the
spreadsheet</label></li>
</ol>
<ul class="task-list">
<li><label><input type="checkbox" checked="" />People</label></li>
<li><label><input type="checkbox" />Group</label></li>
<li><label><input type="checkbox" />Funders</label></li>
</ul>
<ol start="3" type="1">
<li><label><input type="checkbox" />Write push of CSV files to datawork
for inclusion in feeds</label></li>
<li><label><input type="checkbox" />Write report that generates the YAML
needed by RDM</label></li>
<li><label><input type="checkbox" />Write a cronjob that updates COLD
from directory using the old cdh harvester code or public
<li><label><input type="checkbox" checked="" />Write a cronjob that
updates COLD from directory using the old cdh harvester code or public
vcard</label></li>
</ol>
<ul class="task-list">
<li><label><input type="checkbox" />investigate how much of the vcard is
useful, important use case is dual appointments</label>
<li><label><input type="checkbox" checked="" />investigate how much of
the vcard is useful, important use case is dual appointments</label>
<ul>
<li>Does not necessarily show division affiliation</li>
<li>If “ORG” is shown it maybe a semi-colon delimited list</li>
Expand All @@ -62,19 +71,19 @@ <h2 id="next">next</h2>
username</li>
<li>Only supports the vcf format of data (not XML or JSON)</li>
</ul></li>
<li><label><input type="checkbox" />investigate what we get from the
current implementation LDAP API provided by IMSS</label></li>
<li><label><input type="checkbox" />division associations for people
should be additive but require manuall removals on
<li><label><input type="checkbox" checked="" />investigate what we get
from the current implementation LDAP API provided by IMSS</label></li>
<li><label><input type="checkbox" checked="" />division associations for
people should be additive but require manuall removals on
autoupdates</label></li>
<li><label><input type="checkbox" />Fields like bio and descriptions can
be overwritten by directory data</label></li>
<li><label><input type="checkbox" checked="" />Fields like bio and
descriptions can be overwritten by directory data</label></li>
</ul>
<ol start="5" type="1">
<ol start="6" type="1">
<li><label><input type="checkbox" />Add button to pull in current
directory data</label></li>
</ol>
<ul class="task-list">
<ul>
<li><label><input type="checkbox" />Figure out how to refactor Makefile
to complete the a release process</label></li>
<li><label><input type="checkbox" />Write data flow document for cold
Expand All @@ -83,8 +92,9 @@ <h2 id="next">next</h2>
in feeds</label></li>
<li><label><input type="checkbox" />cold needs a ROADMAP document to
guide development as cold’s needs seem ambigious</label></li>
<li><label><input type="checkbox" />Add link to cold and cold admin on
apps.library.caltech.edu</label></li>
<li>[D] Add link to cold and cold admin on apps.library.caltech.edu
(cold public API is feeds, cold admin is consolidated fully into the
cold repo)</li>
<li><label><input type="checkbox" checked="" />Remove mkpage dependency,
replace with Pandoc 3 templates from
github.com/caltechlibrary/codemeta-pandoc-examples</label></li>
Expand Down Expand Up @@ -135,6 +145,8 @@ <h2 id="next">next</h2>
<li><label><input type="checkbox" checked="" />Add Makefile</label></li>
<li><label><input type="checkbox" />Implement client/server validation
for objects and attributes</label></li>
<li><label><input type="checkbox" />Implement validation in datasetd
based on models</label></li>
<li><label><input type="checkbox" />People</label>
<ul class="task-list">
<li><label><input type="checkbox" />Need to implement validators for
Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"copyrightYear": 2024,
"isAccessibleForFree": true,
"dateCreated": "2023-12-12",
"dateModified": "2024-09-23",
"releaseNotes": "Cold is a proof of concept and subject to change and not recommended for production.",
"version": "0.0.7",
"developmentStatus": "concept",
"dateModified": "2024-10-15",
"releaseNotes": "cold is a work in progress, subject to change and not recommended for production.",
"version": "0.0.8",
"developmentStatus": "wip",
"author": [
{
"@type": "Person",
Expand Down
Binary file added pagefind/fragment/en-US_6b77b66.pf_fragment
Binary file not shown.
Binary file added pagefind/index/en-US_b837347.pf_index
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.1.0","languages":{"en-US":{"hash":"en-US_a9af2ae37feae","wasm":"en-US","page_count":12}}}
{"version":"1.1.1","languages":{"en-US":{"hash":"en-US_6343a98150494","wasm":"en-US","page_count":12}}}
4 changes: 2 additions & 2 deletions pagefind/pagefind-modular-ui.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pagefind/pagefind-ui.js

Large diffs are not rendered by default.

Binary file added pagefind/pagefind.en-US_6343a98150494.pf_meta
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind.js

Large diffs are not rendered by default.

Binary file modified pagefind/wasm.en-US.pagefind
Binary file not shown.
Binary file modified pagefind/wasm.unknown.pagefind
Binary file not shown.

0 comments on commit 6526dd7

Please sign in to comment.