[Health Log]: Combining Calendar.js and WeeklyTracker.js with Redux data flow
See original GitHub issueBefore attempting, check if issue #256, #266 , #271, #237 are resolved
Summary
The Health Log needs to be integrated with the Calendar.js and WeeklyTracker.js with functionality specific to each component. This is a complex issue, before taking this on, you will have to be familiarity with the @full-calendar
and react-toastify
packages, along with Redux in order to connect it all together.
Calendar Functionality:
- Should highlight the current day in a red circle
- Allow the user to select a previous day, displaying SymptomsTracker survey results, or nothing if the user did not fill out the survey for that day
WeeklyTracker.js (Includes WeeklyTrackerDay.js) Functionality
- The survey results from a previous day can be edited by swiping right, just in case the user made a mistake while inputting their survey data
- A prompt will appear below any existing survey results to prompt the user to log their health for the day by swiping right, bringing them to the SymptomsTracker
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Redux Fundamentals, Part 2: Concepts and Data Flow
The official Redux Fundamentals tutorial: learn key Redux terms and how data flows in a Redux app.
Read more >CoronaTracker Kanban Board - GitHub
[Health Log]: Combining Calendar.js and WeeklyTracker.js with Redux data flow. 4 tasks. #277 opened by awu556. Frontend
Read more >Redux Data Flow and React Component Life Cycle
To have a better understanding of the data flow in Redux. ... @Provider.js : apply context API to save the state import React, ......
Read more >Administrative EPR Bullets
Content Manager for group SharePoint/Portal sites; updates data ... for USPACOM Strategic Planning & Policy staff actions w/ Components, GCCs, FCCs, JS &...
Read more >Untitled
Php minify inline javascript, Lions packers highlights 12/3, Canzoni folk pugliesi, ... Real racing 3 apk sd data, Erementar gerad forever mp3 download....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I just going to do both.
Closing this as it’s too broad, new issues have been added to encapsulate these