-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(SingleTask.tsx): Added route functionality * feat(SingleTask.tsx): Implemented entirety of v4 of lofi with additional logic * style(Task.tsx): Updated svgs and got rid of TaskInfo type * test: fix backend go tests for tasks * feat(navigation-between-calendar-and-task-list-screen): navigation between calendar and task list screen * fix: some fixes towards calendar task list connection * refactor: move label call into render method for tasks * feat: task connenction and group role user routes * fix: fix delete test to actually utilize db connection * test: user tests * fix: separate assigned from task by task id * fix: general fixes to code and remove refetch interval bc ngrok limits to 120 rpm --------- Co-authored-by: narayansharma-21 <[email protected]> Co-authored-by: oliviaseds <[email protected]> Co-authored-by: wyattchris <[email protected]> Co-authored-by: Chris <[email protected]>
- Loading branch information
1 parent
dd9547c
commit e1a3312
Showing
43 changed files
with
1,349 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ VALUES | |
('8Sy7xBkGiGQv4ZKphcQfY8PxAqw1', 'Narayan', 'Sharma', '[email protected]', '', ''), | ||
('iL7PnjS4axQffmlPceobjUUZ9DF2', 'Caitlin', 'Flynn', '[email protected]', '', ''), | ||
('5JgN2PQxCRM9VoCiiFPlQPNqkL32', 'Linwood', 'Blaisdell', '[email protected]', '', ''), | ||
('P03ggWcw63N0RSY7ltbkeBoR6bd2', 'Chris', 'Wyatt', '[email protected]', '', ''), | ||
('9rIMSUo6qNf8ToTABkCfNqnByRv1', 'Haley', 'Martin', '[email protected]', '', '') | ||
|
||
-- End Care-Wallet Team | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.