Commit Graph

11 Commits

Author SHA1 Message Date
Ralf Teusner
23645a60b1 get submission based solely on exercise, user and RFC creation timestamp in request_for_comment 2015-11-08 12:38:48 +01:00
Ralf Teusner
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
Ralf Teusner
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
Ralf Teusner
512e90ebd7 Show correct usernames on comments, have correct linenumbers on request_for_comments 2015-08-18 16:32:56 +02:00
Felix Wolff
5d767d3de0 Comment code via popovers 2015-05-05 13:52:53 +02:00
Ralf Teusner
623cd53dc3 Merge branch 'master' of github.com:flxw/codeocean 2015-04-10 20:23:58 +02:00
Ralf Teusner
172ca91329 bugfixes, policies, errors now have a link to the submissions 2015-04-10 20:23:38 +02:00
Felix Wolff
5d5b175154 Implement internationalization 2015-04-09 17:20:36 +02:00
Ralf Teusner
5c89403689 even more semicolons... 2015-04-09 15:02:54 +02:00
Felix Wolff
d601878452 Show editor for code commenting, and allow commenting as well 2015-03-28 18:39:55 +01:00
Felix Wolff
b8ec3edef2 Show requests for comments and begin work on a view for executing them 2015-03-27 18:10:47 +01:00