Frontend and collaborative problems#4
Open
LauranceLin wants to merge 13 commits into
Open
Conversation
Event page hasn't been finished.
Include bug fixing, adding responder view in event page, connecting deletion button, etc.
Collaborator
|
Some frontend Todos:
|
Fix navbar, pagination, event page except edit button.
And some adjustment about value returning and receiving
Includes subscription deletion button in subscription page, animal type and placement in event page.
Include admin_events, userlist, responderlist, viewuserinfo, responderinfo, and admin_view_event
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some problems need to solve (mostly about backend)
LOGIN: admin needs to redirect to other page (e.g. admin_reported_events?)REPORT_EVENTS,REPORTRECORD:event_listneeds to add information abouteventanimalsREPORTRECORD: Event delete button hasn't been implemented (Note thatnameof each button is the same, which may cause some problems when integration?)EVENT:eventneeds to add information aboutshortaddressEVENT: needs to send a list of placement (placementlist?) involvingplacementidandplacementnameto generate a selection about placement in frontendEVENT: needs to send some information to make the frontend distinguish types of responders (event hasn't been accepted, event accepted by theirselves, event accepted by others)