-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add API call functionality to create posting #147
Conversation
Fix button name
Question to consider - how are we handling front-end error messaging? (e.g. when API call to create posting fails) |
Visit the preview URL for this PR (updated for commit ec9011b): https://sistering-dev--pr147-brian-posting-review-3rdzcdsz.web.app (expires Fri, 25 Feb 2022 01:44:00 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
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.
sorry for the late review .-.
frontend/src/components/pages/admin/posting/CreatePostingReviewPage.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/pages/admin/posting/CreatePostingReviewPage.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/pages/admin/posting/CreatePostingReviewPage.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/pages/admin/posting/CreatePostingReviewPage.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/pages/admin/posting/CreatePostingReviewPage.tsx
Outdated
Show resolved
Hide resolved
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.
Ticket link
Closes #88
Implementation description
CreatePostingReviewPage
CreatePostingReviewPage
that call the create posting mutationDRAFT
PUBLISHED
CreatePostingReviewPage
gets posting data usingPostingContext
Steps to test
docker-compose up --build
What should reviewers focus on?
Checklist