Commit Graph

74 Commits

Author SHA1 Message Date
Mark Moser
3f77a00870 remove hard coded review email addresses 2016-09-15 13:40:43 -05:00
Mark Moser
2233d73c39 migration and associations
completes #26
2016-09-15 13:39:50 -05:00
Mark Moser
372e86507e recruiter Resend welcome email 2016-09-15 10:01:31 -05:00
Mark Moser
9884748cf9 ...because I'm a slave to the coverage report 2016-09-14 17:38:21 -05:00
Mark Moser
27ef8565f3 test suite refactor 2016-09-14 17:05:37 -05:00
Mark Moser
9db007489f deliver_later for controller actions. 2016-09-14 14:55:19 -05:00
Mark Moser
d54b99135e rubocop noise: introduced and resolved rails specific cop
http://rubocop.readthedocs.io/en/latest/cops/#rails
2016-09-08 11:52:34 -05:00
Mark Moser
b74249a05f bug fix: candidate email encryption on empty email 2016-09-08 11:17:29 -05:00
Mark Moser
4bbd93ded1 rubocop noise: fixes FrozenStringLiteralComment
Adding the .ruby-verison file triggered previously un-run cops, specifically:

  This cop is designed to help upgrade to Ruby 3.0. It will add the
  comment `# frozen_string_literal: true` to the top of files to enable
  frozen string literals. Frozen string literals will be default in Ruby
  3.0. The comment will be added below a shebang and encoding comment. The
  frozen string literal comment is only valid in Ruby 2.3+.

More info on rubocop [Automatic-Corrections](https://github.com/bbatsov/rubocop/wiki/Automatic-Corrections)
2016-09-08 10:30:13 -05:00
Mark Moser
a977c0ceb3 refactor quiz processing
completes #60
2016-09-02 17:51:35 -05:00
Mark Moser
a1b93f256d fix text length validation
completes #64
2016-09-01 10:37:49 -05:00
Mark Moser
df1b101aa2 introduce check_other and radio_other question types
completes issue #48
2016-08-31 16:59:25 -05:00
Mark Moser
229ebf1380 start encoding candidate emails - completes #57 2016-08-26 16:03:55 -05:00
Mark Moser
fa5af8ffa1 test cleanup 2016-08-24 16:47:15 -05:00
Mark Moser
d5a469d736 user mailers
completes #25
2016-08-24 16:34:09 -05:00
Mark Moser
7b51d26295 password reset requests 2016-08-24 15:02:32 -05:00
Mark Moser
963517e4bb profile updater 2016-08-24 12:53:21 -05:00
Mark Moser
0058168c3e add admin flash messaging and styles 2016-08-24 12:15:12 -05:00
Mark Moser
35f33e8215 profile scaffold 2016-08-24 10:43:33 -05:00
Mark Moser
2709842d4d bringing back the styleguide
completes #67
2016-08-24 08:24:24 -05:00
Mark Moser
2b55fed1bc live coder seeding - completes #16 2016-08-23 21:54:53 -05:00
Mark Moser
488b89ddfa loads input option partials on type change 2016-08-22 16:28:50 -05:00
Mark Moser
bdec83b3b6 validates input_options based on input type 2016-08-22 16:28:50 -05:00
Mark Moser
404555f674 remove loose class in email validation test 2016-08-22 16:28:50 -05:00
Mark Moser
6bbbaf4580 admin questions work 2016-08-22 16:26:21 -05:00
Mark Moser
63701c8247 admin views roughed in 2016-08-22 16:26:21 -05:00
Mark Moser
430097b6ef admin controller tests, sans question 2016-08-22 16:26:21 -05:00
Mark Moser
6a3f652dd7 admin interface generation 2016-08-22 16:26:21 -05:00
Mark Moser
225f402c0f fixed attachment test 2016-08-17 14:26:54 -05:00
Mark Moser
86c36fd7fb testing existance of instance var for views 2016-08-17 13:58:25 -05:00
Mark Moser
14bbd301ed progress on #27: test coverage over 96% 2016-08-16 17:09:40 -05:00
Mark Moser
c7111ad7ad added simplecov for test coverge report 2016-08-16 15:20:16 -05:00
Mark Moser
a3d1363842 ahem... new worker tests. 2016-08-16 14:24:37 -05:00
Mark Moser
f44b11fde8 worker tests 2016-08-16 14:19:45 -05:00
Mark Moser
10d69f3664 split up answer validation test into themed files 2016-08-16 12:08:13 -05:00
Mark Moser
30971357af updates progress bar accuracy
The progress bar now accounts for live coders that have opted for
"finish later"

Address part of issue #63
2016-08-12 12:44:19 -05:00
Mark Moser
2c26d4bfb5 added Jaun, and tidied up the live coder view 2016-08-12 11:23:08 -05:00
Mark Moser
ccd287491d completes #62 - merges live_coder_text into live_coder 2016-08-11 17:44:30 -05:00
Mark Moser
76bb21a150 summary page rebuild 2016-08-10 09:03:25 -05:00
Mark Moser
5f395dcf41 live coder refactor fixes #36 and #50 2016-08-08 17:08:20 -05:00
Mark Moser
e6358beec8 move summary and questions to quiz controller 2016-08-08 07:45:08 -05:00
Jennifer Siegfried
be74717bcd Updates some questions for demo 2016-08-05 12:11:21 -06:00
Mark Moser
e6f0466a10 moved flash error 2016-08-05 13:10:17 -05:00
Mark Moser
5cac3af354 fixes #39 making sure question attachements show up everywhere 2016-08-04 20:56:17 -05:00
Mark Moser
fc784ffcb1 completes #17 - live-coder plus text input type
Squashed commit of the following:

commit d41cbf66eb2a9ee705ab60bb156eed95881fa193
Author: Mark Moser <mark.moser@perficient.com>
Date:   Thu Aug 4 19:58:20 2016 -0500

    live-coder-text validations

commit 866bfeb863516a8656bc26b10f967d0b9b8d8505
Author: Mark Moser <mark.moser@perficient.com>
Date:   Thu Aug 4 11:57:57 2016 -0500

    getting things green again and rebasing develop

commit 28a23200f291e30c690b71e9bcae3e1a69eb3093
Author: Derek Montgomery <montgomerygraphics@gmail.com>
Date:   Thu Aug 4 10:14:23 2016 -0500

    Progress on live coder text field
2016-08-04 20:01:17 -05:00
Mark Moser
330126d672 fixes #30 - edit from summary with out js 2016-08-03 10:50:17 -05:00
Mark Moser
f4abe5e281 simple question attachments 2016-08-03 08:55:30 -05:00
Mark Moser
a3eab2b27a displays welcome back when test has started 2016-08-02 18:30:15 -05:00
Mark Moser
737fd10636 split login/welcome and added direct link welcome 2016-08-02 18:02:27 -05:00
Derek Montgomery
7bdb86f89f Submit summary 2016-08-02 17:06:09 -05:00