rsschool-app
rsschool-app copied to clipboard
feat: implement rs school app tests preview page
🟢 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)
- [x] I followed naming convention rules
🤔 This is a ...
- [x] New feature
- [ ] Bug fix
- [ ] Performance optimization
- [ ] Refactoring
- [ ] Test Case
- [ ] Documentation update
- [ ] Other
🔗 Related issue link
Describe the source of requirement, like related issue link.
💡 Background and solution
implement page with auto tesk cards, when preview button is pressed, modal with full data opens
☑️ Self Check before Merge
⚠️ Please check all items below before review. ⚠️
- [x] Database migration is added or not needed
- [x] Documentation is updated/provided or not needed
- [x] Changes are tested locally