-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.html
78 lines (76 loc) · 2.83 KB
/
TODO.html
1
2
3
4
5
6
7
8
9
10
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>Dataset Project</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
</head>
<body>
<header>
<a href="http://library.caltech.edu" title="link to Caltech Library Homepage"><img src="https://caltechlibrary.github.io/assets/liblogo.gif" alt="Caltech Library logo"></a>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/caltechlibrary/models">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="action-items">Action Items</h1>
<h2 id="bugs">Bugs</h2>
<h2 id="next">Next</h2>
<ul class="task-list">
<li><label><input type="checkbox" />Add the following “types” for common
library and archive identifiers</label>
<ul class="task-list">
<li><label><input type="checkbox" />DOI</label></li>
<li><label><input type="checkbox" />ror</label></li>
<li><label><input type="checkbox" />ark</label></li>
<li><label><input type="checkbox" />PMCID (Pub Med Central
ID)</label></li>
<li><label><input type="checkbox" />ISBN</label></li>
<li><label><input type="checkbox" />ISSN</label></li>
</ul></li>
<li><label><input type="checkbox" />Add comments to the top of the Go
files indicating authorship and copyright</label></li>
<li><label><input type="checkbox" />Think through model attributes and
decide if they are really needed</label></li>
<li><label><input type="checkbox" checked="" />Remove title from
model</label></li>
<li><label><input type="checkbox" checked="" />Add element
generators</label>
<ul>
<li>genetators in elements populate an element value</li>
<li>these include the following common types from SQL space
<ul>
<li>autoincrment</li>
<li>uuid</li>
<li>timestamps (updates)</li>
<li>timestamp if now set (created timestamps)</li>
</ul></li>
</ul></li>
</ul>
<h2 id="someday-maybe">Someday, Maybe</h2>
<ul class="task-list">
<li><label><input type="checkbox" />Add a Postgres generator, update
modelgen to have it available</label></li>
<li><label><input type="checkbox" />Add a MySQL generator, update
modelgen to have it available</label></li>
<li><label><input type="checkbox" />Add a Model YAML generator
example</label></li>
</ul>
</section>
<footer>
<span>© 2024 <a href="https://www.library.caltech.edu/copyright">Caltech Library</a></span>
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
<span><a href="mailto:library@caltech.edu">Email Us</a></span>
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
</footer>
</body>
</html>