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

Display all projects in landing page #175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peterghrong
Copy link
Collaborator

@peterghrong peterghrong commented Jun 25, 2021

Summary

Display all projects in the landing home page, no responsiveness atm so thats a todo.
React App

Test Plan

Who needs testing in the frontend xD

Related Issues

Which issues does this PR resolve/work on?
Closes #131

Lots of bread, cleaned up a bit now its less ugly

@celinehuang
Copy link
Member

hmm not sure why since the img is in a web url but I'm having trouble displaying the images
image

@celinehuang
Copy link
Member

the layout looks solid but maybe add the backend call in this PR as well?

@peterghrong peterghrong force-pushed the peter/display-projects branch 2 times, most recently from 0b51ac2 to f105f7a Compare June 26, 2021 20:02
@peterghrong
Copy link
Collaborator Author

the layout looks solid but maybe add the backend call in this PR as well?

It is actually included thanks to @CurtisMIT , go to the backend folder, run python manage.py populate will populate the db, then you will get a bunch of breads .

Copy link
Collaborator

@CurtisMIT CurtisMIT left a comment

Choose a reason for hiding this comment

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

@peterghrong overall looks good to me. A minor question, why inprogress over inProgress?

}: ProjectCardProps) => {
return (
<div>
<img src="https://assets.bonappetit.com/photos/5c62e4a3e81bbf522a9579ce/5:4/w_2815,h_2252,c_limit/milk-bread.jpg"></img>
Copy link
Collaborator

Choose a reason for hiding this comment

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

@peterghrong sorry is it possible to add a dummy alt property here to suppress the compiler warnings lol

@peterghrong peterghrong force-pushed the peter/display-projects branch from f105f7a to 4045590 Compare August 22, 2021 21:40
@peterghrong peterghrong force-pushed the peter/display-projects branch from 4045590 to 6b72d00 Compare August 22, 2021 21:44
Copy link
Collaborator

@CurtisMIT CurtisMIT left a comment

Choose a reason for hiding this comment

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

Pulled it, ran it, LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display all projects
3 participants