-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/task-list-screen #49
Conversation
Any chance you can make some data for group 5? For tasks/task labels and stuff? |
|
this has merge conflicts btw :( @wyattchris |
on it good sir!!! |
@wyattchris calendar was pushed do you have time to add that top nav on the calendar page, to navigate back and forth between calendar and task list? |
yess definitely, i can work on that right now |
…tween calendar and task list screen
@@ -29,7 +29,7 @@ VALUES | |||
('8Sy7xBkGiGQv4ZKphcQfY8PxAqw1', 'Narayan', 'Sharma', '[email protected]', '', ''), | |||
('iL7PnjS4axQffmlPceobjUUZ9DF2', 'Caitlin', 'Flynn', '[email protected]', '', ''), | |||
('5JgN2PQxCRM9VoCiiFPlQPNqkL32', 'Linwood', 'Blaisdell', '[email protected]', '', ''), | |||
('9rIMSUo6qNf8ToTABkCfNqnByRv1', 'Haley', 'Martin', '[email protected]', '', '') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you removed haley :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh snap 😭😭
client/components/TaskInfoCard.tsx
Outdated
); | ||
} | ||
|
||
const styles = StyleSheet.create({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tailwind!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slay
task_status: string; | ||
task_type: string; | ||
task_info?: string | null; | ||
[key: string]: string | number | boolean | null | undefined; // Index signature for string indexing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you send a ss in slack to me and caplan how you indexed this?
Description
Link to ticket
Screen that displays tasks for a given user/group -- allows for search for tasks based on metadata, filter tasks based on label, category, etc. Reusable task card component included.
How Has This Been Tested?
Merged the screen into the all hands branch and tested functionality and consistency with Expo & Postman. :D
Checklist