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

Candidates section challenge #10

Closed
wants to merge 93 commits into from
Closed

Conversation

andrecego
Copy link

This is the resolution for issue #5

All the code has been addressed in pull requests on my fork. Here are some key points from each pull request:

  • PR #1: Initial setup of the project with frontend aliases
  • PR #2: Added lint and test workflows
  • PR #3: Setup the frontend test environment with vitest and react-testing-library
  • PR #4: Add the candidate model
  • PR #5: Base validator and validator classes
  • PR #6: Create use case to create a candidate along with the route
  • PR #7: Add Swagger documentation
  • PR #8: Add Paginate service and oj for performance
  • PR #9: Show candidate endpoint
  • PR #10: Update candidate endpoint
  • PR #11: Delete candidate endpoint
  • PR #12: Add ESLint and linting rules
  • PR #13: Add i18n
  • PR #14: Add Candidate card
  • PR #15: Add Candidates list
  • PR #16: Add Candidate Form and Candidate New pages
  • PR #17: Refactor the candidate new to candidate upsert
  • PR #18: Add delete candidate button
  • PR #19: Documentation and final touches

andrecego and others added 30 commits February 8, 2024 13:29
Add BaseValidator and CreateValidator classes
Add API controller and routes for creating candidates
Add Rswag gem and configure Swagger documentation
andrecego and others added 29 commits February 12, 2024 09:34
Add CandidateForm, CandidateNew, and NavBar components
Refactor CandidateNew to CandidateUpsert
Update render statements, remove Home view, fix onClick event, and update README.md
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