Ignore:
Timestamp:
Mar 12, 2010, 5:42:19 PM (13 years ago)
Author:
duh
Message:
  • some bug fixes, improvements and comments
Location:
trunk/grails-app/views/wizard/pages
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_confirmation.gsp

    r252 r262  
    7070</div>
    7171
     72
     73<span class="info">
     74        <span class="todo">TODO</span>
     75        <ul>
     76                <li>this page is not complete yet, finish it to summerize the study you are about to store in the database</li>
     77        </ul>
     78</span>
     79
    7280</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_done.gsp

    r247 r262  
    1818You are done!
    1919
    20 TODO: store data in database....
     20        <span class="info">
     21                <span class="todo">TODO</span>
     22                <ul>
     23                        <li>persist the data to the database :) nothing is currently being saved...</li>
     24                </ul>
     25        </span>
    2126</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp

    r247 r262  
    6262        </div>
    6363</g:if>
     64
     65        <span class="info">
     66                <span class="known">Known issues</span>
     67                <ul>
     68                        <li>no protocol selection available yet</li>
     69                </ul>
     70        </span>
    6471</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_events.gsp

    r247 r262  
    8282        </div>
    8383</g:if>
     84
     85        <span class="info">
     86                <span class="todo">TODO</span>
     87                <ul>
     88                        <li>parameter values should still be asked and implemented</li>
     89                </ul>
     90        </span>
    8491</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_start.gsp

    r247 r262  
    2222                to continue
    2323        </span>
     24
     25        <span class="info">
     26                <span class="known">Known issues</span>
     27                <ul>
     28                        <li>navigating away from the wizard will result in loss of work. While you are currently warned when
     29                            clicking links outside of the wizard, this problem still exists when clicking 'refresh' or the
     30                                back / forward buttons</li>
     31                        <li>no data is actually stored yet at the end of the wizard</li>
     32                </ul>
     33        </span>
     34
     35        <!-- g:render template="pages/demo" //-->
     36
    2437</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_study.gsp

    r260 r262  
    4141        </wizard:textFieldElement>
    4242        <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}">
    43                 The start date of the study     
     43                The start date of the study
    4444        </wizard:dateElement>
    4545
    4646        <span class="info">
    47                 <span class="title">TODO</span>
     47                <span class="todo">TODO</span>
    4848                Below you will see the template fields of the study template selected above. These fields are not yet
    4949                properly handled so you can ignore them for now... To be completed at a later stage
     
    5353
    5454        <span class="info">
    55                 <span class="title">Known issues</span>
     55                <span class="known">Known issues</span>
    5656                <ul>
    5757                        <li>the templated fields appear in random order</li>
  • trunk/grails-app/views/wizard/pages/_subjects.gsp

    r260 r262  
    5858
    5959        <span class="info">
    60                 <span class="title">Known issues</span>
     60                <span class="known">Known issues</span>
    6161                <ul>
    6262                        <li>autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate</li>
     
    6666                        <li>ontology hidden fields should be processed by the back-end as well (not yet implemented)</li>
    6767                        <li>ontology fields now show suggestions for <i>all</i> available ontologies. This has to be narrowed down in the future.</li>
     68                        <li>ontology hidden fields should be handled by the taglibrary / controller as well</li>
    6869                </ul>
    6970        </span>
Note: See TracChangeset for help on using the changeset viewer.