History for dmpopidor / app / models / answer.rb
2018-08-13
@Bodacious
Replace YARD documentation with Tomdoc ...
Bodacious committed on 13 Aug 2018
2018-08-01
@Bodacious
Refactored model code for better readability
Bodacious committed on 1 Aug 2018
2018-07-25
@Bodacious
Add extra validations for all models ...
Bodacious committed on 25 Jul 2018
2018-07-12
@Bodacious
Add annotate gem for models and Gemfile
Bodacious committed on 12 Jul 2018
@Gavin Morrice
Remove Rails 3 attr accessible from models (#1691)
Gavin Morrice authored on 12 Jul 2018 Sam Rust committed on 12 Jul 2018
2018-03-21
@xsrust
fix typo
xsrust committed on 21 Mar 2018
@xsrust
fixes 1293 and one other reported issue
xsrust committed on 21 Mar 2018
2018-03-06
@xsrust
bugfixes/tweaks
xsrust committed on 6 Mar 2018
@xsrust
init changes
xsrust committed on 6 Mar 2018
@xsrust
update bug in answer.rb, fixes for rda_metadata.js
xsrust committed on 6 Mar 2018
@xsrust
init changes
xsrust committed on 6 Mar 2018
2018-02-13
@Jose Lloret
migration to add complete flag to plans. #154 ...
Jose Lloret committed on 13 Feb 2018
2018-01-22
@Brian Riley
switched to use plan edit date ...
Brian Riley authored on 19 Jan 2018 briley committed on 22 Jan 2018
2017-12-05
@Jose Lloret
removed after_create callback for answers since no longer is needed after introducing transactions. DMPRoadmap/roadmap#893 ...
Jose Lloret committed on 5 Dec 2017
2017-09-21
@Jose Lloret
guidances_notes layout according to bootstrap. DMPRoadmap/roadmap#562 ...
Jose Lloret committed on 21 Sep 2017
2017-07-03
@Brian Riley
added question_options to answer's deep copy method and added a unit test for it. Updated several views to use .length instead of .count
Brian Riley committed on 3 Jul 2017
2017-06-09
@Brian Riley
fixed typo introduced during merge conflict resolution
Brian Riley committed on 9 Jun 2017
@Brian Riley
resolved merge conflicts from merging development 2016-06-09 into CDL-MVP
Brian Riley committed on 9 Jun 2017
2017-06-02
@Jose Lloret
Added method to validate answer according to each question format. Partial view for section progress. Eager loading of resources needed to calculate plan and section progress. Refactoring of code for progress plan. DMPRoadmap/roadmap#382 ...
Jose Lloret committed on 2 Jun 2017
2017-05-24
@bhavi
Plan duplication functionality. ...
bhavi committed on 24 May 2017
@Jose Lloret
Checkbox using rails FormHelper. Helper method at answer model for determining if an option should be selected. DMPRoadmap/roadmap#354
Jose Lloret committed on 24 May 2017
2017-04-13
@briley
updates to locking mechanism because it ActiveRecord does not catch 2 creates DMPRoadmap/roadmap#241
briley committed on 13 Apr 2017
2017-03-01
@ray.carrick
Optimistic Locking ...
ray.carrick committed on 1 Mar 2017
2017-02-02
@Ray Carrick
fixes post merge
Ray Carrick committed on 2 Feb 2017
@Ray Carrick
merge in changes from origin
Ray Carrick committed on 2 Feb 2017
@Ray Carrick
first port of plan creation and editing to new data model
Ray Carrick committed on 2 Feb 2017
2017-01-31
@briley
finished up answer and note unit tests
briley committed on 31 Jan 2017
@briley
unit tests for notes and answers. addded new validator to check whether the question's template matches the plans template
briley committed on 31 Jan 2017
2017-01-30
@briley
updated some of the plan.rb model to deal with outdated calls to dmptemplate. fixed up answer unit tests and added some validations to Answer
briley committed on 30 Jan 2017
@briley
Moved orcid_id from users table to user_identifiers. Added option_based flag to question_formats. switched Object.const_defined to table_exists checks in db migrations because rails loads references to classes on demand so the objects are likely not defined when the migrations run. safer to check for the underlying table's existence
briley committed on 30 Jan 2017