Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release creation of multiple shelters #67

Merged
merged 40 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
03e022f
chore: delete package lock file
emiliosheinz Jun 3, 2024
2ecbcd4
chore: ignore package-lock
emiliosheinz Jun 3, 2024
60d9604
Merge pull request #65 from emiliosheinz/chore/delete-package-lock
emiliosheinz Jun 3, 2024
aa0a5a7
feat: :sparkles: clean shelter page to enable creating more than one …
willMoraes May 14, 2024
0ba1788
feat: :sparkles: add table component
willMoraes May 15, 2024
e178312
feat: :sparkles: add shelter findById method in routes
willMoraes May 15, 2024
03a0169
feat: :sparkles: create userShelters query and route
willMoraes May 15, 2024
e4823c0
feat: :sparkles: create user shelters page
willMoraes May 15, 2024
e621534
feat: :sparkles: create edit shelter page
willMoraes May 16, 2024
bc808aa
refactor: :recycle: create formEditRegister component to be used in b…
willMoraes May 16, 2024
cfd96df
feat: :sparkles: add shelters not found message in user shelters page
willMoraes May 16, 2024
074da0a
feat: :sparkles: add dialog component
willMoraes May 16, 2024
b0bb466
feat: :sparkles: create delete shelter dialog
willMoraes May 16, 2024
1c62006
refactor: :recycle: move /edit route to user routes
willMoraes May 20, 2024
291ef33
refactor: :recycle: update /edit shelter links
willMoraes May 20, 2024
cbbf2a1
feat: :sparkles: throw not found error when has no user shelter
willMoraes May 20, 2024
a08712c
feat: :sparkles: add skeleton to edit and shelters pages
willMoraes May 27, 2024
8d19945
feat: :sparkles: add coords to form component
willMoraes May 28, 2024
065973f
refactor: :recycle: update api methods names
willMoraes May 28, 2024
90d6fda
fix: :lipstick: adjust mobile shelters table
willMoraes May 28, 2024
6766ea2
refactor: :recycle: move data-table component to folder
willMoraes May 29, 2024
3c06266
fix: :bug: improve user redirect when try to edit without session
willMoraes May 29, 2024
e3148a0
refactor: :recycle: improve shelters list table folders structure
willMoraes May 29, 2024
7a633b5
refactor: :recycle: rename table column to capacity to fit pattern
willMoraes May 29, 2024
23997f8
refactor: :recycle: remove unecessary layouts from edit and create sh…
willMoraes May 29, 2024
88002d0
feat: :sparkles: change redirect to shelters list
willMoraes May 29, 2024
036391f
refactor: :recycle: rename edit and create shelters page
willMoraes May 29, 2024
11938f1
refactor: :recycle: improve items validations with optional chaining
willMoraes May 29, 2024
29b3acb
refactor: :recycle: improve userShelters findAll type
willMoraes May 29, 2024
8c6766e
refactor: :recycle: move form-edit-register component to app folder
willMoraes May 29, 2024
70221a7
refactor: :recycle: destructu input props
willMoraes May 30, 2024
5985fea
refactor: :recycle: move user shelters procedures
willMoraes May 30, 2024
2ebecdf
fix: :bug: adjust shelters types to edit and create shelter
willMoraes Jun 2, 2024
8a0ed4c
fix: :bug: adjust shelter type in ShelterTable
willMoraes Jun 2, 2024
6660547
feat: :sparkles: send user to shelters list when finishing create
willMoraes Jun 2, 2024
37cc727
feat: :sparkles: add alert to shelter edit page, when some error occurs
willMoraes Jun 3, 2024
c25e955
feat: :sparkles: add migration to turn uuid required
willMoraes Jun 3, 2024
1c688fc
feat: :sparkles: update edit route to use uuid instead id
willMoraes Jun 3, 2024
2878cad
fix: add ts-ignore to populateUUIDs file
willMoraes Jun 3, 2024
30cf29c
Merge pull request #53 from emiliosheinz/feat/enable-create-shelters
emiliosheinz Jun 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo

data
data
package-lock.json
Loading