-
jlong marked a task as done 124 almost 2 years ago.
Add 12 minute total time on page limits for the two audit tasks on the following pages:...
-
jlong marked a task as done 112 almost 2 years ago.
Continue buttons:...
-
jlong marked a task as done 134 almost 2 years ago.
Bug: Textboxes that are required are not highlighted when form errors are displayed
-
jlong marked a task as done 144 almost 2 years ago.
For tax tasks, can you add the notifications in the interruption conditions when they return to the interrupted tasks? I think it was very helpful.
-
jlong added a comment 138 almost 2 years ago
Group assignments should be setup so that the first participant is randomly assigned to 1 of the 8 groups. Participant 2 should be randomly assigned to 1 of the 7 remaining gro...
-
jlong added a comment 138 almost 2 years ago
Group assignments should be setup so that the first participant is randomly assigned to 1 of the 8 groups. Participant 2 should be randomly assigned to 1 of the 7 remaining gro...
Actually it's:
script/server -e production
-
jlong reassigned a task to longjam 138 almost 2 years ago.
Group assignments should be setup so that the first participant is randomly assigned to 1 of the 8 groups. Participant 2 should be randomly assigned to 1 of the 7 remaining gro...
-
jlong added a comment 138 almost 2 years ago
Group assignments should be setup so that the first participant is randomly assigned to 1 of the 8 groups. Participant 2 should be randomly assigned to 1 of the 7 remaining gro...
It currently works this way, but you need to run the app in production mode to see this behavior because the code is reloaded every time a page is requested which causes it to lose it's state.
To run it in production mode, execute:
script/server production
-
jlong marked a task as done 132 almost 2 years ago.
Bug: There seem to be some inconsistencies in the data that actually makes it into the activity log for a session. Some data for tasks shows up, and some does not
-
jlong reassigned a task to longjam 142 almost 2 years ago.
Add tabs to tasks (1016, 1024, 2014, 2024) for all task information appearing before the task:...
-
jlong marked a task as done 133 almost 2 years ago.
Bug: Tax Group 4b seems to be having some flow problems
-
jlong changed the text of a task 146 almost 2 years ago.
Install software on new computers
-
jlong reassigned a task to longjam 146 almost 2 years ago.
Install software on new computers
-
jlong added a comment 146 almost 2 years ago
Install software on new computers
Ruby
- gem update systemGems:
- rails 2.3.5
- haml 3.0.2
- mongrel
- sqlite
- cgi_multipart_eof_fix
- rack 1.0.1
- rake 0.8.7Git
Sqlite3 -
jlong marked a task as done 143 almost 2 years ago.
In Session Log, the Activity Log is not logging all of the activity. It appears to me that it is only logging actions through the first task and then it stops...
-
jlong added a comment 137 almost 2 years ago
Session log has a great total time calucated; can this be set up for each of the tasks/surveys?
Not easily right now
-
jlong marked a task as done 129 almost 2 years ago
Add "Time Started" and "Time Finished" to UserSession
Finished
-
jlong reassigned a task to jlong 134 almost 2 years ago.
Bug: Textboxes that are required are not highlighted when form errors are displayed
-
jlong reassigned a task to aiwilliams 134 almost 2 years ago.
Bug: Textboxes that are required are not highlighted when form errors are displayed
-
jlong created a task for jlong 134 almost 2 years ago.
Bug: Textboxes that are required are not highlighted when form errors are displayed
-
jlong added longjam to the email notifications list 132 almost 2 years ago.
Bug: There seem to be some inconsistencies in the data that actually makes it into the activity log for a session. Some data for tasks shows up, and some does not
-
jlong changed the text of a task 133 almost 2 years ago.
Bug: Tax Group 4b seems to be having some flow problems
-
jlong created a task for jlong 133 almost 2 years ago.
Bug: Tax Group 4b seems to be having some flow problems
-
jlong created a task for jlong 132 almost 2 years ago.
Bug: There seem to be some inconsistencies in the data that actually makes it into the activity log for a session. Some data for tasks shows up, and some does not
-
jlong marked a task as done 102 almost 2 years ago.
Reorganize task engine
-
jlong created a task for jlong 129 almost 2 years ago.
Add "Time Started" and "Time Finished" to UserSession
-
jlong marked a task as done 127 almost 2 years ago.
Get activity log working again
-
-
jlong marked a task as done 103 almost 2 years ago
Create "Are you audit or tax" page (1st page in experiment)
Done.
-
Note that when you are running in production you have a different database than in development. To execute rake tasks on your production DB add "RAILS_ENV=production" at the end of your commands. Like this:
rake db:migrate RAILS_ENV=production