-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabnotebook.html
35 lines (32 loc) · 1.14 KB
/
labnotebook.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
div {
word-wrap: break-word;
width: 500px;
}
</style>
<title>Lab Notebook</title>
</head>
<body>
<h5>pre 26 May 2022</h5>
<ul>
<li>
</ul>
<h5>pre 26 May 2022</h5>
<ul>
<li>Use ?nav in defaultRenderSum and its first argument</li>
<li>Eliminate pager lens argument from tableDiv</li>
<li>Eliminate pager lens argument from renderSumLocal</li>
<li>Merge ArtistList2.hs into AppraisalBase.Page.ArtistList</li>
<li>Merge ArtistPage2.hs into AppraisalBase.Page.ArtistPage</li>
<li>Collection2</li>
<li>ConditionsList2</li>
<li>Glossary2 into GlossaryEntry and GlossaryList</li>
<li>IntendedUseList2</li>
<li>UserResources2</li>
<li>Rename ArtistView2 -> ArtistView</li>
<li>Get rid of class Transit, add transitPage and transitSecretly to Nav</li>
<li>Use appraisalTableRowControls instead of libraryTableRowControls - why are these signatures so different?</li>
</ul>