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

Feature/bts stills images #105

Merged
merged 35 commits into from
Nov 27, 2021
Merged

Feature/bts stills images #105

merged 35 commits into from
Nov 27, 2021

Conversation

ninabrissey
Copy link
Collaborator

Description

closes #44

  • Built out film stills functionality to the specs of the film fam
  • Added some error handling to the trailer form

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

  • Use console.log()
  • Dev tools / react dev tools
  • View in local host
  • Verify acceptance criteria (if applicable)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@ninabrissey ninabrissey added frontend frontend code styling CSS, HTML, accessibility architecture React, Router, Typescript development add new code labels Nov 27, 2021
setFilmStills([...filmStills, data.data])
);
})
.catch((err) => console.log(err));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably want to add an actual error action here, instead of just the console.log. Just noting this for later

Copy link
Collaborator

@rachelJensen rachelJensen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much work, here. Excited to finally have the stills incorporated. Nice job.

@@ -91,7 +91,7 @@ export const postToDatabase = async (fileParams: any, epk: any, endpoint: string

//********** STEP 3 FOR FILM TEAM & FILM STILLS **********//

export const postFilmMemberToDatabase = async (fileParams: any, filmMember: any, endpoint: string) => {
export const postStillOrTeamToDB = async (keyID: any, fileParams: any, filmMember: any, endpoint: string) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for recycling this!

@madhaus4 madhaus4 merged commit 783c1e3 into main Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture React, Router, Typescript development add new code frontend frontend code styling CSS, HTML, accessibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image/Stills/BTS Display/Forms
3 participants