Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unit test enrollment service #49

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

Conversation

lycamnguyen
Copy link
Contributor

Checklist tự review pull trước khi ready để trainer review

  • [v] Kiểm tra mỗi pull request chỉ 1 commit, nếu nhiều hơn 1 commit thì hãy gộp commit thành 1 rồi đẩy lại lên git
  • [v] Chạy eslint ở local để check và fix các lỗi liên quan đến syntax, coding convention. Khi gửi thì chụp ảnh PASS eslint đính kèm trong pull
  • [v] Sử dụng thụt lề 2 spaces/4 spaces đồng nhất ở tất cả các files (setting lại vscode /sublime text nếu chưa cài đặt)
  • [v] Cuối mỗi file kiểm tra có end line (khi đẩy lên git xem file change không bị lỗi tròn đỏ ở cuối file)
  • [v] Mỗi dòng nếu quá dài, cần xuống dòng (maximum: 80 kí tự mỗi dòng, setting trong IDE hoặc dùng Prettier để config format code)
  • [v] Tham khảo Typescript coding convention https://google.github.io/styleguide/tsguide.html

Related Tickets

- ticket redmine

WHAT (optional)

  • Change number items completed/total in admin page.

HOW

  • I edit js file, inject not_vary_normal items in calculate function.

WHY (optional)

  • Because in previous version - number just depends on normal items. But in new version, we have state and confirm_state depends on both normal + not_normal items.

Evidence (Screenshot or Video)

image
image

Notes (Kiến thức tìm hiểu thêm)

@lycamnguyen
Copy link
Contributor Author

ready

chị ơi, em đang bị lỗi như trên ảnh, em chưa fix được, chị xem giúp em với ạ :<<

Comment on lines +128 to +132
await commentRepository.clear();
await reviewRepository.clear();
await courseRepository.clear();
await categoryRepository.clear();
await userRepository.clear();
Copy link
Contributor

Choose a reason for hiding this comment

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

chỗ này em đang xử lý clear all data của các bảng dữ liệu, vì 1 số table có chứa khóa ngoại nên e check lại class Entity liên quan, thêm option { onDelete: 'CASCADE' } vào những chỗ khai báo quan hệ nha

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

Successfully merging this pull request may close these issues.

2 participants