Results 29 comments of Trillium Smith

- Pull request #1229 resolves this issue

Pull request #1228 resolves this issue

Yeah, that's a great example. We want all emails in the db to be saved lower case, so if any character in the email is uppercase it needs to be...

Hey all, hopped on the DevOps COP call today and Bonnie requested I put some details on the secrets struggles here ### Looking to refresh the tokens ``` gmail_client_id gmail_refresh_token...

Meeting minutes from timecop: * Intro - 7:00 - 7:10 * DNS issues - 7:10 - 7:20 * Discusion of last session - 7:20 - 7:20 ? * Plan to...

It depends. - `` should be replaced with the MUI `` every time - `` can be replaced by - https://mui.com/material-ui/api/input-label/ - https://mui.com/material-ui/api/form-helper-text/ - https://mui.com/material-ui/api/form-control-label/ - `` should always be...

### Progress - In active exploration of how recurring events are created, opened, closed within the system - In progress on refactor of functions within createRecurringEvents.js to make them testable...

Clarifications from @bonniewolfe It's okay to assume all events are on Los Angeles timezone Right now events are appearing off by one hour due to Daylight Savings Time, will be...

![image](https://github.com/hackforla/VRMS/assets/5898009/fa490a8c-2428-4943-ab99-c64f6d085c4d) Checkin displays wrong time

Sorry this is taking so long. I think I finally found the true culprit of the issue: ```js // client/src/components/manageProjects/utilities/findNextDayOccuranceOfDay.js export const findNextOccuranceOfDay = (dayOfTheWeek) => { /*** This takes...