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

Styling: Format and styles #32

Merged
merged 10 commits into from
Nov 24, 2024
Merged

Styling: Format and styles #32

merged 10 commits into from
Nov 24, 2024

Conversation

BatuevIO
Copy link
Contributor

@BatuevIO BatuevIO commented Nov 17, 2024

Изменения

  • Добавил возможность импортировать через @
  • Отформатировал код и убрал ненужные комментарии и зависимости
  • Теперь преподы сортируются по общей оценке по дефолту
  • Добавлена функция для получения корректных путей до фотографий и замены на плейсхолдеры
  • Добавлена функция для склонения числительных в зависимости от количества
  • Добавлены новые сортировки с бэка.
  • Изменена иконка меню фильтров на более подходящую.

Детали реализации

  • Добавлена папка utils с функциями getPhoto и adaptNumeral

Check-List

  • Вы проверили свой код перед отправкой запроса?
  • Вы написали тесты к реализованным функциям?
  • Вы не забыли применить форматирование black и isort для Back-End или Prettier для Front-End?


const profileStore = useProfileStore();

const orderValues: Ref<Order> = ref(['']);
let order: Ref<string> = ref('');
const orderValues: Ref<Order> = ref(['general']);
Copy link
Member

Choose a reason for hiding this comment

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

mark_general теперь, давай сразу и другие сортировки тут подтянем

@BatuevIO BatuevIO linked an issue Nov 24, 2024 that may be closed by this pull request
@BatuevIO BatuevIO merged commit 33a4952 into main Nov 24, 2024
2 checks passed
@BatuevIO BatuevIO deleted the format-and-styles branch November 24, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants