Releases
v1.6.0
1.6.0 (2024-06-04)
New Features
✨ add alert to shelter edit page, when some error occurs (37cc727 )
✨ add coords to form component (8d19945 )
✨ add dialog component (074da0a )
✨ add migration to turn uuid required (c25e955 )
✨ add shelter findById method in routes (e178312 )
✨ add shelters not found message in user shelters page (cfd96df )
✨ add skeleton to edit and shelters pages (a08712c )
✨ add table component (0ba1788 )
✨ change redirect to shelters list (88002d0 )
✨ clean shelter page to enable creating more than one shelter per user (aa0a5a7 )
✨ create delete shelter dialog (b0bb466 )
✨ create edit shelter page (e621534 )
✨ create user shelters page (e4823c0 )
✨ create userShelters query and route (03a0169 )
✨ send user to shelters list when finishing create (6660547 )
✨ throw not found error when has no user shelter (cbbf2a1 )
✨ update edit route to use uuid instead id (1c688fc )
Bug Fixes
🐛 adjust shelter type in ShelterTable (8a0ed4c )
🐛 adjust shelters types to edit and create shelter (2ebecdf )
🐛 improve user redirect when try to edit without session (3c06266 )
💄 adjust mobile shelters table (90d6fda )
add ts-ignore to populateUUIDs file (2878cad )
Miscellaneous Chores
Code Refactors
♻️ create formEditRegister component to be used in both pages (bc808aa )
♻️ destructu input props (70221a7 )
♻️ improve items validations with optional chaining (11938f1 )
♻️ improve shelters list table folders structure (e3148a0 )
♻️ improve userShelters findAll type (29b3acb )
♻️ move /edit route to user routes (1c62006 )
♻️ move data-table component to folder (6766ea2 )
♻️ move form-edit-register component to app folder (8c6766e )
♻️ move user shelters procedures (5985fea )
♻️ remove unecessary layouts from edit and create shelter (23997f8 )
♻️ rename edit and create shelters page (036391f )
♻️ rename table column to capacity to fit pattern (7a633b5 )
♻️ update /edit shelter links (291ef33 )
♻️ update api methods names (065973f )
You can’t perform that action at this time.