-
Notifications
You must be signed in to change notification settings - Fork 2
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
Mo/feature/show need resource #456
Conversation
…eated resources on local database on resource page as an RecyclerView
…dd Resource Fragments# After they're created successfully, it pops back to corresponding page with Toast#
…show id of creating resource
# Conflicts: # Disaster-Response-Platform/mobile/DisasterResponsePlatform/app/src/main/java/com/example/disasterresponseplatform/MainActivity.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reject message for non-logged in users should be shown when trying to enter to the add resource page, not after filling in all the fields
Also second entrance to the resource page causes a crash |
… This information is taken from the information of the logged in user.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything works as expected
#414 Need page shows needs in the local database, when user add need it can create a need object in the local database
Resource page shows all resources from the backend, when the authenticated user creates a resource, it posts this resource into the backend and shows its created id. When the user clicks these created objects they can see their details