Commit Graph

96 Commits

Author SHA1 Message Date
e4d1f57164 Send optional thank you note 2017-06-08 16:46:44 +02:00
9a71405c49 Add thank you note frontend 2017-06-08 16:02:05 +02:00
bacbf05f59 Re-use button instead of hiding it. Clean up code. 2017-06-08 14:57:49 +02:00
81e7cbc8be clear comment modal if comment was created 2017-04-18 17:46:36 +02:00
234c19ac6c only format comments that do not include a tab or a carriage return. 2017-04-18 17:44:42 +02:00
60e587b690 removed comment on exercise in the RFC view. redirect 10% of user instead of redirecting to the RFC view to the feedback view. redirect all users how submitted to the feedback view if score is less than 100% 2017-04-12 11:47:39 +02:00
4a8ed1d1fb show comments with breaks after 80 chars and tab subsequent lines in. 2017-04-07 21:15:52 +02:00
58f76f53e6 added a search for request_for_comments.
fixed translation of model for request_for_comments
2017-04-03 19:49:03 +02:00
af0cc8cdb0 changed button design 2017-03-30 22:10:02 +02:00
3f398c6047 add feedback for exercises 2017-03-30 22:06:17 +02:00
8f927d5ac9 some howto text for request_for_comment usage, changed background color of read-only editor. 2017-03-15 16:15:29 +01:00
802502935e removed debug statement... 2016-12-20 16:08:08 +01:00
1108f954ba show admin menu on RFC page for admins 2016-12-19 18:30:39 +01:00
6e6c9143cd Some tidy up in request for comments (bugfix: removed leftover parts of requested_at attribute, some UI changes in comment dialog)
Redirect to open rfc if an exercise has been solved
2016-08-11 18:13:33 +02:00
39a253997d use submission from model 2016-07-14 16:59:42 +02:00
8282820974 removed requested_at
partly using submission_id
some cleanup
2016-07-14 16:22:22 +02:00
223df2ffa8 some cleanup of request for comments. Work in progress.
Noticed a flaw when fetching the last submission, which is caused by timezone differences. First step to solve this.
Existing Request for Comments still need to be updated with their current submissionId, the SQL to do that is not yet finished.
2016-07-04 17:44:22 +02:00
2ff12dbeb6 Cached displaynames of users
Added solved state and #comments to index of request_for_comments
Added translations
2016-06-27 16:46:26 +02:00
2a52b66daa rfc can now be solved.
show.html still needs to be finished
2016-06-24 16:44:34 +02:00
bd6d4c4d71 Syntax Highlighting for the Request for Comment View 2016-06-23 14:23:28 +02:00
918da5270d added id for h4 holding the rfc-id
updated locales.
2016-06-22 13:06:35 +02:00
ec26a095f6 First working version of mails on comments. 2016-06-17 14:48:57 +02:00
b6cd797772 Show displayname instead of username in request_for_comment 2016-05-31 11:17:11 +02:00
87d4eb8b0d Let everyone see all comments and polish request for comments overview 2016-05-10 18:17:02 +02:00
6f3d26db06 Fix click event for compatibility (for example with Firefox) 2016-05-07 15:01:34 +02:00
c9b2af0fdb show question instead of execution environement 2016-05-06 17:24:38 +02:00
d2ebfc9fde Fix no question label 2016-04-30 14:43:51 +02:00
268b723f3a Fallback for no question asked 2016-04-30 14:02:49 +02:00
c4405e24b9 Show question in overview 2016-04-30 13:57:23 +02:00
8ba67c68c0 retrieve correct displaynames for users (from consumer if it is openHPI, otherwise use internal name) 2016-04-27 18:33:27 +02:00
d56290f2d8 Remove constraints for click event 2016-04-27 18:02:50 +02:00
57b773698b Fix comment policy 2016-04-26 17:42:53 +02:00
4b5cd5a22a Use better modal 2016-04-26 16:06:32 +02:00
96c7e5958f Make requests sortable 2016-04-26 14:22:57 +02:00
3f0edeadf1 Refactor request for comments view 2015-11-11 13:55:08 +01:00
be87f939c6 Add support for comments on multiple files per exercise 2015-11-07 15:57:32 +01:00
d292fec47c Code Cleanup: Usage of Polymorphic User instead of ExternalUser and InternalUser
Renamed requestor_user_id -> user_id
Index of request_for_comments now returns the n (5?) newest requests per user. Solved via sliding windows in postgres, code added to model.
Added route to /my_request_for_comments/ that shows all requests for the current user.
Changed view from ERB to slim
2015-09-04 14:05:30 +02:00
e520914385 Some correction of column names.
Support for internal as well as external users. Added column user_type and used it where necessary
2015-08-18 17:44:31 +02:00
512e90ebd7 Show correct usernames on comments, have correct linenumbers on request_for_comments 2015-08-18 16:32:56 +02:00
5d767d3de0 Comment code via popovers 2015-05-05 13:52:53 +02:00
623cd53dc3 Merge branch 'master' of github.com:flxw/codeocean 2015-04-10 20:23:58 +02:00
172ca91329 bugfixes, policies, errors now have a link to the submissions 2015-04-10 20:23:38 +02:00
5d5b175154 Implement internationalization 2015-04-09 17:20:36 +02:00
5c89403689 even more semicolons... 2015-04-09 15:02:54 +02:00
d601878452 Show editor for code commenting, and allow commenting as well 2015-03-28 18:39:55 +01:00
b8ec3edef2 Show requests for comments and begin work on a view for executing them 2015-03-27 18:10:47 +01:00