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

feat: Implement Course Cards #57

Merged
merged 6 commits into from
Apr 7, 2023

Conversation

crzoukman
Copy link
Collaborator

🟒 Add deploy label if you want to deploy this Pull Request to staging environment

πŸ§‘β€βš–οΈ Pull Request Naming Convention

  • Title should follow Conventional Commits
  • Do not put issue id in title
  • Do not put WIP in title. Use Draft PR functionality
  • Consider to add area:* label(s)
  • I followed naming convention rules

πŸ€” This is a ...

  • New feature
  • Bug fix
  • Performance optimization
  • Refactoring
  • Test Case
  • Documentation update
  • Other

πŸ”— Related issue link

#40

πŸ’‘ Background and solution

Describe the big picture of your changes here

β˜‘οΈ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Database migration is added or not needed
  • Documentation is updated/provided or not needed
  • Changes are tested locally

};

const School: FC<Props> = ({ courses, limit }) => {
const sorted = useMemo(

Choose a reason for hiding this comment

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

I think it's better to use a more descriptive name
sortedCourses as example

</div>

<div className={styles.cards}>
<CourseList courses={sorted || []} />

Choose a reason for hiding this comment

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

if I'm not mistaken sorted will be an array anyway
<CourseList courses={sorted} />

@vercel
Copy link

vercel bot commented Feb 25, 2023

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
rs-site βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Apr 7, 2023 5:16pm

@vercel vercel bot temporarily deployed to Preview February 25, 2023 19:46 Inactive
@crzoukman crzoukman force-pushed the feature/issue-40/implement-rs-school-block branch from 13c6108 to ef76fff Compare March 8, 2023 10:48
@vercel vercel bot temporarily deployed to Preview March 8, 2023 10:49 Inactive
@alexey-koran alexey-koran force-pushed the feature/issue-40/implement-rs-school-block branch from ef76fff to 60ee6b3 Compare March 18, 2023 16:26
@vercel vercel bot temporarily deployed to Preview March 18, 2023 16:27 Inactive
@vercel vercel bot temporarily deployed to Preview – rs-site March 18, 2023 18:21 Inactive
@vercel vercel bot temporarily deployed to Preview – rs-site March 18, 2023 18:32 Inactive
@alexey-koran alexey-koran force-pushed the feature/issue-40/implement-rs-school-block branch from 4d66658 to fcfd9a9 Compare March 18, 2023 18:42
@vercel vercel bot temporarily deployed to Preview – rs-site March 18, 2023 18:44 Inactive
@LyssenkoAlex LyssenkoAlex merged commit 642e482 into develop Apr 7, 2023
@LyssenkoAlex LyssenkoAlex deleted the feature/issue-40/implement-rs-school-block branch April 7, 2023 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants