Ralf Teusner
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
Ralf Teusner
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
Ralf Teusner
2a52b66daa
rfc can now be solved.
...
show.html still needs to be finished
2016-06-24 16:44:34 +02:00
Ralf Teusner
bd6d4c4d71
Syntax Highlighting for the Request for Comment View
2016-06-23 14:23:28 +02:00
Ralf Teusner
918da5270d
added id for h4 holding the rfc-id
...
updated locales.
2016-06-22 13:06:35 +02:00
Ralf Teusner
ec26a095f6
First working version of mails on comments.
2016-06-17 14:48:57 +02:00
Ralf Teusner
b6cd797772
Show displayname instead of username in request_for_comment
2016-05-31 11:17:11 +02:00
Maximilian Grundke
87d4eb8b0d
Let everyone see all comments and polish request for comments overview
2016-05-10 18:17:02 +02:00
Maximilian Grundke
6f3d26db06
Fix click event for compatibility (for example with Firefox)
2016-05-07 15:01:34 +02:00
Ralf Teusner
c9b2af0fdb
show question instead of execution environement
2016-05-06 17:24:38 +02:00
Maximilian Grundke
d2ebfc9fde
Fix no question label
2016-04-30 14:43:51 +02:00
Maximilian Grundke
268b723f3a
Fallback for no question asked
2016-04-30 14:02:49 +02:00
Maximilian Grundke
c4405e24b9
Show question in overview
2016-04-30 13:57:23 +02:00
Ralf Teusner
8ba67c68c0
retrieve correct displaynames for users (from consumer if it is openHPI, otherwise use internal name)
2016-04-27 18:33:27 +02:00
Maximilian Grundke
d56290f2d8
Remove constraints for click event
2016-04-27 18:02:50 +02:00
Maximilian Grundke
57b773698b
Fix comment policy
2016-04-26 17:42:53 +02:00
Maximilian Grundke
4b5cd5a22a
Use better modal
2016-04-26 16:06:32 +02:00
Maximilian Grundke
96c7e5958f
Make requests sortable
2016-04-26 14:22:57 +02:00
Maximilian Grundke
3f0edeadf1
Refactor request for comments view
2015-11-11 13:55:08 +01:00
Maximilian Grundke
be87f939c6
Add support for comments on multiple files per exercise
2015-11-07 15:57:32 +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