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/bring back coefficients dirty #100

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Joabesv
Copy link
Member

@Joabesv Joabesv commented Sep 14, 2024

No description provided.

type HistorySubjects = {
name: string;
credits: number;
category: 'limited' | 'mandatory' | 'free';
Copy link
Member

Choose a reason for hiding this comment

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

'free' significa grátis, tropa do 'livre' na casa 🚫🧢

Copy link
Member Author

@Joabesv Joabesv Sep 15, 2024

Choose a reason for hiding this comment

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

kkkkkkkkkkkkkkkkk, limited | mandatory | livre é foda, vamos utilizar da semantica freestyle aqui

Comment on lines 151 to 153
return existingComponent.categoria;
}
return subject.category === undefined ? 'free' : subject.category;
Copy link
Member

Choose a reason for hiding this comment

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

putz aqui eu errei forte

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.

2 participants