source: trunk/doc/historical/specifications/webclient/index.html

Last change on this file was 190, checked in by Jari Häkkinen, 18 years ago

Fixed broken links. Added property Date. Fixed autodate of $.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date
File size: 2.7 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3<!-- $Id: index.html 190 2005-03-17 15:06:01Z jari $ -->
4
5<html>
6  <head>
7    <title>BASE 2.0 - Web client specification</title>
8  <link rel=stylesheet type="text/css" href="../../styles.css">
9  </head>
10<body>
11<div class="navigation">
12  <a href="../../index.html">BASE 2.0</a>
13  <img src="../../next.gif">
14  Web client specification
15</div>
16
17  <h1>BASE 2.0 - Web client specification</h1>
18
19  <div class="abstract">
20    <p>
21    This document contains rough specifications
22    for the web client to BASE 2.
23    </p>
24
25    <p class="authors">
26    <b>Last updated:</b> $Date: 2005-03-17 15:06:01 +0000 (Thu, 17 Mar 2005) $
27    </p>
28  </div>
29  <br>
30
31  <dl>
32  <dt>Web server and configuration</dt>
33  <dd>
34    <p>
35    This document covers what web servers should be supported/tested
36    and how they should be configured.
37    <br>
38    <b>Status:</b> To de done<br>
39    </p>
40  </dd>
41
42  <dt><a href="browsers.html">Web browsers and scripting</a></dt>
43  <dd>
44    <p>
45    This document covers what web browers should be supported/tested
46    and generic rules for JavaScript scripting and Java applets.
47    <br>
48    <b>Status:</b> In progress<br>
49    </p>
50  </dd>
51
52  <dt><a href="login.html">Login page / welcome page</a></dt>
53  <dd>
54    <p>
55    This document covers what information and functions should be available
56    on the login page and the welcome page (the page displayed after
57    login).
58    <br>
59    <b>Status:</b> In progress<br>
60    </p>
61  </dd>
62
63  <dt>Lists of items</dt>
64  <dd>
65    <p>
66    This document covers the design and function of the list that
67    lists items on many pages in BASE.
68    <br>
69    <b>Status:</b> To de done<br>
70    </p>
71  </dd>
72
73  <dt>Sharing items</dt>
74  <dd>
75    <p>
76    This document covers the design and function of the parts
77    that are used to share items with other users/groups/projects.
78    <br>
79    <b>Status:</b> To de done<br>
80    </p>
81  </dd>
82
83  <dt>File handling</dt>
84  <dd>
85    <p>
86    This document covers the design and function of the parts
87    that are used to handle files and directories and how
88    files are linked to other items.
89    <br>
90    <b>Status:</b> To de done<br>
91    </p>
92  </dd>
93
94  <dt>Projects</dt>
95  <dd>
96    <p>
97    <b>Status:</b> To de done<br>
98    </p>
99  </dd>
100
101  <dt>User administration and access control</dt>
102  <dd>
103    <p>
104    <b>Status:</b> To de done<br>
105    </p>
106  </dd>
107
108  <dt>Biomaterials</dt>
109  <dd>
110    <p>
111    <b>Status:</b> To de done<br>
112    </p>
113  </dd>
114
115  <dt>Annotations</dt>
116  <dd>
117    <p>
118    <b>Status:</b> To de done<br>
119    </p>
120  </dd>
121
122  <dt>Array LIMS</dt>
123  <dd>
124    <p>
125    <b>Status:</b> To de done<br>
126    </p>
127  </dd>
128
129  <dt>Hybridizations</dt>
130  <dd>
131    <p>
132    <b>Status:</b> To de done<br>
133    </p>
134  </dd>
135
136  <dt>Raw data</dt>
137  <dd>
138    <p>
139    <b>Status:</b> To de done<br>
140    </p>
141  </dd>
142
143  <dt>Plugins</dt>
144  <dd>
145    <p>
146    <b>Status:</b> To de done<br>
147    </p>
148  </dd>
149
150  <dt>Analysis</dt>
151  <dd>
152    <p>
153    <b>Status:</b> To de done<br>
154    </p>
155  </dd>
156
157  </dl>
158
159</body>
160</html>
Note: See TracBrowser for help on using the repository browser.