Commit Graph

128 Commits

Author SHA1 Message Date
Ephraim Atta-Duncan
345343f4b5 feat: replace template variables with values
Co-authored-by: Mythie <me@lucasjamessmith.me>
2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
da16f1ee07 feat: send custom email message 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
a3baf2ed8b feat: persist document metadata in database for a specific user 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
9521d1df4c feat: send custom email subjects 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
fd4602faf8 fix: fitler only unsigned documents 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
c947c7d761 chore: match file name and method name 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
c58006b2d9 feat: avoid sending pending email to document with 1 recipients 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
f18010e1e1 refactor: pass document id as arguments 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
94215fffbb feat: send email when all recipients have signed 2023-11-06 13:01:15 +11:00
Ephraim Atta-Duncan
b17e73003e feat: send email when recipient is done signing 2023-11-06 13:01:14 +11:00
David Nguyen
771042c9ce feat: add vercel build script 2023-11-06 13:01:13 +11:00
Mythie
666d682536 fix: remove further references to created column 2023-11-06 13:01:13 +11:00
Mythie
3afc35c40c feat: universal upload
Implementation of a universal upload allowing for multiple storage backends
starting with `database` and `s3`.

Allows clients to put and retrieve files from either client or server using
a blend of client and server actions.
2023-11-06 13:01:13 +11:00
Mythie
72bec7bc34 feat: separate document data from document 2023-11-06 13:01:13 +11:00
Catalin Pit
383f8d6e3c chore: removed one more console.log 2023-11-06 13:01:12 +11:00
Catalin Pit
d1db20ff4a chore: removed console.logs and warn 2023-11-06 13:01:12 +11:00
Mythie
7811035384 feat: promise safety with eslint 2023-11-06 13:01:11 +11:00
Mythie
7b2d3356f2 fix: remove unused code 2023-11-06 13:01:11 +11:00
Mythie
dfe04018a0 feat: add data table actions 2023-11-06 13:01:11 +11:00
Mythie
62c4a89521 feat: onepage inbox 2023-11-06 13:01:11 +11:00
David Nguyen
a99efdc916 feat: add inbox 2023-11-06 13:01:11 +11:00
Mythie
166271ac4b fix: add missing await on mail send 2023-11-06 13:01:10 +11:00
Mythie
7a705e3b81 feat: document authoring 2023-11-06 13:01:09 +11:00
Ephraim Atta-Duncan
0de4fe5883 fix: update types from code review 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
e1d57e6d29 feat: add recipients avatars on all tables 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
00a15124be feat: stack recipients avatars on dashboard 2023-11-06 13:01:07 +11:00
Mythie
12d8cebd4c feat: use server-actions for authoring flow
This change actually makes the authoring flow work for
the most part by tying in emailing and more.

We have also done a number of quality of life updates to
simplify the codebase overall making it easier to continue
work on the refresh.
2023-11-06 13:01:07 +11:00
Mythie
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00