taskcafe/internal/db
Jordan Knott 7b6624ecc3 feat: redesign project sharing & initial registration
redesigned the project sharing popup to be a multi select dropdown
that populates the options by using the input as a fuzzy search filter
on the current users & invited users.

users can now also be directly invited by email from the project share
window. if invited this way, then the user will receive an email
that sends them to a registration page, then a confirmation page.

the initial registration was always redone so that it uses a similar
system to the above in that it now will accept the first registered
user if there are no other accounts (besides 'system').
2020-12-17 22:39:14 -06:00
..
query feat: redesign project sharing & initial registration 2020-12-17 22:39:14 -06:00
db.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
label_color.sql.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
models.go feat: redesign project sharing & initial registration 2020-12-17 22:39:14 -06:00
notification.sql.go feat: add notification UI 2020-09-10 15:31:04 -05:00
organization.sql.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
project_label.sql.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
project.sql.go feat: redesign project sharing & initial registration 2020-12-17 22:39:14 -06:00
querier.go feat: redesign project sharing & initial registration 2020-12-17 22:39:14 -06:00
repository.go feat: add pre-commit hooks & refactor code to pass linting 2020-08-20 18:37:36 -05:00
system_options.sql.go feature: add first time install process 2020-07-16 19:40:23 -05:00
task_assigned.sql.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
task_checklist.sql.go fix: member permissions now works correctly 2020-09-19 17:26:02 -05:00
task_group.sql.go fix: member permissions now works correctly 2020-09-19 17:26:02 -05:00
task_label.sql.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
task.sql.go feat: implement task group actions 2020-09-10 23:58:10 -05:00
team_member.sql.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
team.sql.go feat: enforce user roles 2020-08-11 21:03:21 -05:00
token.sql.go arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
user_accounts.sql.go feat: redesign project sharing & initial registration 2020-12-17 22:39:14 -06:00