Results 34 issues of Trillium Smith

### Dependency Complete after #1551 ### Overview This is part of #1456 We need to receive email addresses as lowercase from the db so that duplicates of different casing ([email protected],...

role: Back End
Dependency - Icebox
p-feature: Login
size: 2pt
complexity: medium

Reference #1566 ### Overview When Save is pressed, tell the system that the new current baseline for the fields is the saved state. This prevents the `You have unsaved changes`...

role: Front End
size: 2pt
p-feature: Project Details

### Overview This issue is in reference to #1273 Right now the only avenue to promote a user to admin level is to ping someone with DB access and have...

role: Front End
role: Back End
p-feature: Users List
feature: Database
size: 3pt
complexity: medium
p-feature: User Permissions

Fixes broken links: [old View on GitHub link](https://github.com/timlrx/timlrx.com/blob/main/data/blog/2022-01-12-building-open-source-projects-lessons-i-learned-2021.mdx) [new View on GitHub link](https://github.com/timlrx/timlrx.com/blob/master/data/blog/2022-01-12-building-open-source-projects-lessons-i-learned-2021.mdx)

Fixes #1628 ### What changes did you make and why did you make them ? - Updated text on Create Profile button - Added `disabled` logic to check in button...

### Overview Issue in the db where a user can register with a capital letter in their email and the db accepts that. Need to set user's email .toLowerCase() on...

role: Front End
p-feature: Login
Epic/Overview
size: Epic

### Overview When a user types "https://vrms.io" or "http://vrms.io/" the browser doesn't connect to the website (i.e., if user is missing "www"). ### Action Items - [ ] Figure out...

role: Front End
Bug
role: devops
time-sensitive
size: 2pt
complexity: medium
p-feature: ssl cert

### Overview Outline of steps to integrate react-hook-form's validation more seamlessly, so that we write cleaner, more reusable code, with a single way of achieving form validaiton across the project....

role: Front End
Epic/Overview
feature: Form Validation
size: 0.25pt
complexity: medium

### Overview Part of #1481 The `react-hook-form` library has an option to pass custom validations. That's quite handy because we already have custom validations made previously from some of our...

role: Front End
feature: Form Validation
size: 1pt
p-feature: Project Details

### Overview Use git rename to change all .js components that contain JSX to .jsx ### Action Items - [x] #1549 - [ ] Use `git mv` to change file...

role: Back End
size: 0.5pt
feature: Infrastructure