gristlabs_grist-core/app
Dmitry S 0b1aa22ad9 (core) Ask the user some questions after they sign up and set their name.
Summary:
- Add a /welcome/info endpoint, to serve a page after /welcome/user
- Add a new forms module to factor out the styles that feel more natural for a web form.
- Simplify form submission using JSON with a BaseAPI helper.
- The POST submission to /welcome/info gets added to a Grist doc, using a
  specialPermit grant to gain access. A failure (e.g. missing doc) is logged
  but does not affect the user.

Test Plan: Added a test case.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2640
2020-10-15 23:36:00 -04:00
..
client (core) Ask the user some questions after they sign up and set their name. 2020-10-15 23:36:00 -04:00
common (core) Ask the user some questions after they sign up and set their name. 2020-10-15 23:36:00 -04:00
gen-server (core) Support "Public access" switch in the UI for docs. 2020-09-18 19:14:33 -04:00
plugin (core) Implement 'Print widget' option to print individual view sections. 2020-10-10 00:35:33 -04:00
server (core) Ask the user some questions after they sign up and set their name. 2020-10-15 23:36:00 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00