-
Notifications
You must be signed in to change notification settings - Fork 18
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
test: reviews page #177
Merged
Merged
test: reviews page #177
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RenanLorijola
approved these changes
Nov 19, 2023
RenanLorijola
pushed a commit
that referenced
this pull request
Nov 25, 2023
RenanLorijola
added a commit
that referenced
this pull request
Nov 26, 2023
* feat: project with vue 3 * chore: add vuetify * chore: editor config * chore: prettier * chore: element plus * chore: commitlint and husky * fix: linting * chore: update packages * ci: github actions Co-authored-by: Renan Zago Lorijola <[email protected]> * fix: change project name * chore: add dependabot * ci: github actions with yarn (#102) * fix: eol * chore: lint staged, jest and license config (#103) * docs: contributing.md (#104) * chore: configure axios instance to call apis (#105) * feat: basic navbar * feat: routes * feat: favicon * feat: reviews as home * feat: reviews welcome * feat: better styling drawer * feat: table and paper components * fix: drawer external links style * feat: login dev Co-authored-by: Daniel Fusimoto Pires <[email protected]> * fix: drawer not showing * docs: pull request template (#123) * docs: pull request template * docs: usability session * feat: microfrontend configure (#124) * fix: jest config * feat: react components inside vue * feat: include react project * feat: history page migration (#131) * feat: enrollment table style * feat: table responsive and all dynamic infos * feat: microfrontend with turbo (#135) * chore: config turbo * chore: zustand auth config * ci: configure ci with turbo * fix: pr template name * fix: lint errors * feat: use same query client in both MF (#136) * feat: use same query client in both MF * fix: remove unused mf config * fix: remove unused files * fix: queryprovider not found (#139) * perf: vue store (#141) * fix: queryprovider not found * refactor: centralizing vuezustand stores * feat: settings page (#140) * fix: queryprovider not found * fix: gitattributes eol * refactor: async user requests * refactor: duplicate 'user' variable name * refactor: centralizing auth vuezustand store * feat: google in oauth type * feat: alias initials composable * feat: settings view * fix: fetch user * refac: zustand logout Excelente, muito obrigado pela sugestão Co-authored-by: Renan Zago Lorijola <[email protected]> * refac: logout redirect * feat: loading and error cases --------- Co-authored-by: FusiDaniel <[email protected]> Co-authored-by: Renan Zago Lorijola <[email protected]> * chore: jest config * fix: dev app config * chore: msw config * chore: jest vuetify config * chore: vitest config * test: history page * refactor: remove unused jest packages * fix: incorrect import after merge * fix: user mock typo * ci: remove react jest test * ci: fix eslint * feat: add vscode settings to apply eslint * feat: microfrontend reviews page (#149) * fix: eslint * feat: packages * chore: project configs * feat: components * feat: layout * feat: router * feat: views * refactor: better falsy comparison * refactor: typos, renaming and code structure * fix: highcharts import type * refactor: remove default imports * fix: eslint * fix: history review test * feat: microfrontend stats page (#150) * fix: disable retry only in test * feat: stats page * fix: eslint issues * chore: update dependencies * chore: build configs (#151) * fix: build * chore: avoid ts generated files * ci: cd homolog (#152) * ci: CD on homolog env * fix: add _hom suffix * fix: cd build (#153) * feat: donate page (#142) Co-authored-by: FusiDaniel <[email protected]> * feat: performance page (#130) * feat: performance card * fix: history * feat: performance view * feat: performance view * feat: adding chart.js in performance-page * feat: include highcharts and example * feat: type performance requests * fix: api path in performance service * feat: highcharts type and some styles * feat: perfromance card and cr history chart * feat: best quad card and cr distribution fetch * feat: histories cp route * feat(wip): cp history by course * refactor(wip): chart area component * feat: cards adicionados a página de matricula * feat: finalize styling and logic * fix: imports * fix: stats orderby label * refactor: settings tanstack * refactor: graphs and style * feat: stats cards * feat: stats page loading * ci: tsc --------- Co-authored-by: Carlos Alencar <[email protected]> Co-authored-by: Mateus Braga <[email protected]> Co-authored-by: Mateus Braga <[email protected]> Co-authored-by: FusiDaniel <[email protected]> * chore: configure ci and cd for production (#154) * fix: cd trigger (#155) * fix: unify workflows to trigger both on push * fix: use same node version * feat: missing configs (#161) * feat: missing routes and build configs * fix: static links * feat: hide bar if not logged * fix: missing routes configs * feat/recovery-page (#162) * feat: recovery route * feat(wip): recovery entry page * feat(wip): support view * feat(wip): recovery success * feat(wip): recovery form validation * fix: mobile sizes * fix: target blank in links * feat: form validation (#164) * feat: form validation * feat: not authenticated router guard * feat: images and icons styles * fix: allow route if token is on params * feat: calengrade (#165) * feat: calengrade with default styles * fix: alt images * fix: style standards * feat: calengrade new style * feat: reset state when reestart * fix: lint issues * fix: router for public pages * feat: remove hash from url * feat: inject ElMessage in window * fix: add css svh fallback * fix: add correct dependecies to react plugins (#167) * feat: header dynamic info (#170) * fix: reviews layout shift (#169) * feat: realase date in menu (#168) * feat/signup-page (#163) * feat(wip): form step one * fix: app bar with confirmed false * feat: signup page * refactor: logo height * feat: sign out button * feat: confim sign up page * feat: sign out button on header * feat: redirect for not confirmed users * fix: redirect confirmed user * refactor: folder structure * refactor: token validation before request * refactor: remove auth when confirmed * refactor: confirmed and auth logic --------- Co-authored-by: FusiDaniel <[email protected]> * test: components coverage (#171) * test: coverage of components and layout * fix: app bar component show logic * fix: refactor issues * test: pages (#176) * test: settings page * test: stats page * test: performance page * test: donate view * test: mock calengrade view * test: confirmation view * test: recovery page * test: sign up page * refactor: remove comments and correct import * feat: highcharts acessibility module * fix: signup page as confirmed route --------- Co-authored-by: FusiDaniel <[email protected]> * test: reviews page (#177) * fix: query duplicate requests (#178) * chore: Vue Query Devtools * fix: paragraph tag instead of heading * fix: query key typo * refactor: search variable handling * fix: search bar and welcome tests * fix: set not allowed warning on search * feat: calengrade separting margins * fix: favicon * chore: devtools only on local env --------- Co-authored-by: FusiDaniel <[email protected]> Co-authored-by: Daniel Fusimoto Pires <[email protected]> Co-authored-by: Mateus Braga <[email protected]> Co-authored-by: Daniel Fusimoto Pires <[email protected]> Co-authored-by: Lucas Kikkawa <[email protected]> Co-authored-by: Carlos Alencar <[email protected]> Co-authored-by: Mateus Braga <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add tests to reviews page and it's componentes, solving some discovered issues