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

detail roadmap #83

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

detail roadmap #83

wants to merge 6 commits into from

Conversation

josurodriguez
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Oct 5, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/coderhood/coderhood/8u3199ia8
✅ Preview: https://coderhood-git-feature-74-roadmap-detail.coderhood.vercel.app

@josurodriguez josurodriguez linked an issue Oct 5, 2020 that may be closed by this pull request
@josurodriguez josurodriguez added this to In progress in Coderhood Platform via automation Oct 5, 2020
@josurodriguez josurodriguez self-assigned this Oct 5, 2020
@emalorenzo
Copy link
Collaborator

emalorenzo commented Oct 5, 2020

@@ -5,12 +5,12 @@ export * from './types';

export const getRoadmaps = () => {
return fetch<GetRoadmapsResponse>(
`${process.env.NEXT_PUBLIC_BASE_URL}/roadmaps`
Copy link
Collaborator

Choose a reason for hiding this comment

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

para que sacaste estas /? el build esta fallando por esto 🤔

components/CardTech.tsx Show resolved Hide resolved
Heading,
} from '@chakra-ui/core';

const CardTech = ({ image, title, description }) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

podes agregarle un interface con el tipado de esto?

<Flex flexDirection="column">
<Text
color={colorMode === 'light' ? 'gray.800' : 'gray.300'}
fontFamily="DM Sans"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Creo que cambiamos DM Sans por Poppins puede ser? preguntale a @SantyLorenzo sobre si seguir usando DM Sans por las dudas

fontWeight: 'bold',
textTransform: 'uppercase',
},
// Two sizes: sm and md
Copy link
Collaborator

Choose a reason for hiding this comment

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

Estos comentarios no son necesarios, el codigo es autoexplicativo en los nombres baseStyle, sizes y variants

Coderhood Platform automation moved this from In progress to Review in progress Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Coderhood Platform
  
Review in progress
Development

Successfully merging this pull request may close these issues.

5 - Roadmap detail UI
2 participants