gristlabs_grist-core/static
Jarosław Sadziński bfd7243fe2 (core) Comments
Summary:
First iteration for comments system for Grist.
- Comments are stored in a generic metatable `_grist_Cells`
- Each comment is connected to a particular cell (hence the generic name of the table)
- Access level works naturally for records stored in this table
-- User can add/read comments for cells he can see
-- User can't update/remove comments that he doesn't own, but he can delete them by removing cells (rows/columns)
-- Anonymous users can't see comments at all.
- Each comment can have replies (but replies can't have more replies)

Comments are hidden by default, they can be enabled by COMMENTS=true env variable.
Some things for follow-up
- Avatars, currently the user's profile image is not shown or retrieved from the server
- Virtual rendering for comments list in creator panel. Currently, there is a limit of 200 comments.

Test Plan: New and existing tests

Reviewers: georgegevoian, paulfitz

Reviewed By: georgegevoian

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D3509
2022-10-17 13:38:21 +02:00
..
icons (core) Comments 2022-10-17 13:38:21 +02:00
img (core) Add dark mode to user preferences 2022-09-05 19:17:32 -07:00
locales Improving documentation. Renaming folder to 'documentation' 2022-10-03 10:49:07 +02:00
ui-icons (core) Comments 2022-10-17 13:38:21 +02:00
account.html (core) i18 2022-09-29 18:02:09 +02:00
activation.html (core) i18 2022-09-29 18:02:09 +02:00
app.html (core) i18 2022-09-29 18:02:09 +02:00
custom-widget.html (core) fix browser check and favicon in grist-core 2022-01-05 18:15:05 -05:00
custom.css (core) Add config to include custom CSS 2022-05-12 11:13:52 -07:00
error.html (core) i18 2022-09-29 18:02:09 +02:00
hljs.default.css (core) move client code to core 2020-10-02 13:24:21 -04:00
index.html Initial config with a few files that build on client and server side. 2020-05-20 00:50:46 -04:00
message.html (core) Google auth endpoint has not responded with auth code 2021-07-21 20:18:04 +02:00