mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
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 |
||
---|---|---|
.. | ||
AccessTokens.ts | ||
ACLFormula.ts | ||
ActionHistory.ts | ||
ActionHistoryImpl.ts | ||
ActionSummary.ts | ||
ActiveDoc.ts | ||
ActiveDocImport.ts | ||
AppEndpoint.ts | ||
AppSettings.ts | ||
Authorizer.ts | ||
BrowserSession.ts | ||
checksumFile.ts | ||
Client.ts | ||
Comm.ts | ||
dbUtils.ts | ||
DiscourseConnect.ts | ||
DocApi.ts | ||
DocClients.ts | ||
DocManager.ts | ||
DocPluginData.ts | ||
DocPluginManager.ts | ||
DocSession.ts | ||
DocSnapshots.ts | ||
DocStorage.ts | ||
DocStorageManager.ts | ||
docUtils.d.ts | ||
docUtils.js | ||
DocWorker.ts | ||
DocWorkerMap.ts | ||
ExcelFormatter.ts | ||
ExpandedQuery.ts | ||
Export.ts | ||
ExportCSV.ts | ||
ExportXLSX.ts | ||
expressWrap.ts | ||
ExternalStorage.ts | ||
extractOrg.ts | ||
FileParserElement.ts | ||
filterUtils.ts | ||
FlexServer.ts | ||
ForwardAuthLogin.ts | ||
GoogleAuth.ts | ||
GoogleExport.ts | ||
GoogleImport.ts | ||
GranularAccess.ts | ||
GristServer.ts | ||
gristSessions.ts | ||
guessExt.ts | ||
HashUtil.ts | ||
HostedMetadataManager.ts | ||
HostedStorageManager.ts | ||
httpEncoding.ts | ||
IBilling.ts | ||
IChecksumStore.ts | ||
ICreate.ts | ||
IDocStorageManager.ts | ||
idUtils.ts | ||
IElectionStore.ts | ||
initialDocSql.ts | ||
INotifier.ts | ||
ISandbox.ts | ||
IShell.ts | ||
ITestingHooks-ti.ts | ||
ITestingHooks.ts | ||
log.ts | ||
LogMethods.ts | ||
manifest.ts | ||
MinimalLogin.ts | ||
NSandbox.ts | ||
OnDemandActions.ts | ||
PermissionInfo.ts | ||
Permit.ts | ||
places.ts | ||
PluginEndpoint.ts | ||
PluginManager.ts | ||
reportTimeTaken.ts | ||
Requests.ts | ||
requestUtils.ts | ||
RowAccess.ts | ||
SafePythonComponent.ts | ||
SamlConfig.ts | ||
SandboxControl.ts | ||
sandboxUtil.ts | ||
sendAppPage.ts | ||
ServerColumnGetters.ts | ||
ServerLocale.ts | ||
serverUtils.ts | ||
Sessions.ts | ||
Sharing.ts | ||
shortDesc.ts | ||
shutdown.js | ||
SQLiteDB.ts | ||
TableMetadataLoader.ts | ||
TagChecker.ts | ||
TestingHooks.ts | ||
TestLogin.ts | ||
Throttle.ts | ||
TimeQuery.ts | ||
Triggers.ts | ||
UnsafeNodeComponent.ts | ||
uploads.ts | ||
WidgetRepository.ts | ||
WorkCoordinator.ts |