gristlabs_grist-core/app/client/models
Alex Hall 5d671bf0b3 (core) New type conversion in the backend
Summary: This is https://phab.getgrist.com/D3205 plus some changes (https://github.com/dsagal/grist/compare/type-convert...type-convert-server?expand=1) that move the conversion process to the backend. A new user action ConvertFromColumn uses `call_external` so that the data engine can delegate back to ActiveDoc. Code for creating formatters and parsers is significantly refactored so that most of the logic is in `common` and can be used in different ways.

Test Plan: The original diff adds plenty of tests.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D3240
2022-02-04 20:28:13 +02:00
..
entities (core) New type conversion in the backend 2022-02-04 20:28:13 +02:00
AppModel.ts (core) Replace questionnaire for new users with a popup asking for just their primary use-case. 2022-01-14 10:16:11 -05:00
BaseRowModel.js
BillingModel.ts
ClientColumnGetters.ts
ColumnACIndexes.ts (core) Use visibleCol instead of displayCol with createFormatter 2021-12-16 22:19:36 +02:00
ColumnCache.ts
ColumnFilter.ts
ColumnFilterMenuModel.ts
ConnectState.ts
DataRowModel.ts
DataTableModel.js
DataTableModelWithDiff.ts
DocData.ts
DocModel.ts (core) New type conversion in the backend 2022-02-04 20:28:13 +02:00
DocPageModel.ts
errors.ts (core) Summary columns improvemnt. 2022-01-25 17:51:48 +01:00
gristConfigCache.ts
gristUrlState.ts (core) Move user profile to new page and begin MFA work 2022-01-13 21:21:49 -08:00
HomeModel.ts
MetaRowModel.js
MetaTableModel.js
modelUtil.js
NotifyModel.ts
QuerySet.ts
rowset.ts
rowuid.js
SearchModel.ts (core) Reference and ReferenceList formatters 2022-01-13 18:09:33 +02:00
SectionFilter.ts
TableData.ts
TableModel.js
TreeModel.ts
UserManagerModel.ts
UserPrefs.ts (core) Replace questionnaire for new users with a popup asking for just their primary use-case. 2022-01-14 10:16:11 -05:00
WorkspaceInfo.ts