Diego Castillo
Full Stack Software Developer
⚒️ Refactor Exercise/Routine models to avoid usage of classes
🔥 Allow users to filter routines/exercises by their name
🔥 Allow user to delete exercises
🔥 Allow user to edit exercises
🔥 Allow user to create exercises
⚒️ Chore: change naming of "sessions" to "workouts"
🔥 Sort routines by case-insensitive ascending name
⚒️ Chore: Change naming of "workouts" to "routines"
⚒️ Migrate measurements reducer to use `createEntityAdapter `
⚒️ Fix Firebase snapshot parsing when fetching measurements
⚒️ Strip unknown attributes when validating User/Measurement records
Feat: Store user measurements in Firebase 🔥
Add Firebase authentication flow
Allow user to set daily reminder time (https://t.co/LX8h0vBDwv)
Allow user to change system of measurement (SI or imperial) (https://t.co/KgpZW4xdwk)
Store user system of unit in the measurements reducer
Pre-fill weight input form with latest measurement if any
Crete date navigator (prev/next date up until "today")