diff options
author | deva <deva> | 2008-05-05 11:59:07 +0000 |
---|---|---|
committer | deva <deva> | 2008-05-05 11:59:07 +0000 |
commit | 5be9da7d65b08398e4d3de3081de3eef2f8be148 (patch) | |
tree | 8d169ca399b1e266ca269d5c545e7df425cd3e8e /server/TODO | |
parent | 38fe6e8decc80022cc5802c98ae22dab5db0f291 (diff) |
Added some stuff.
Diffstat (limited to 'server/TODO')
-rw-r--r-- | server/TODO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/server/TODO b/server/TODO index a8e84f6..042b000 100644 --- a/server/TODO +++ b/server/TODO @@ -1,2 +1,16 @@ +prefetch field + + A 'prefetch' attribute on a field makes the server look up the value on the + pentominos server, using the current patient id, the prefetch field as the + raw request. The latest returned value is the only one used. + A prefetch field overrides the value field. + If a prefetch fails due to no data available, the value field is used. + + + Things to think about: - What to do with resumes in included macroes. Append/prepend to main resume? + - How to integrate fetched values (eg. from Pentominos) and how to store where + the values came from (device/usertyped) + - Can connection keep alive be used for anything useful? Session? State? + - What to do about commits on nondata macroes? (eg. start)
\ No newline at end of file |