Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
BryanCPineda pushed 2 commits to main BryanCPineda/hp-dev-jobberwocky
BryanCPineda closed a pull request on BryanCPineda/hp-dev-jobberwocky
docs(README): add planning project link to README for additional cont…
…ext on project development and roadmapBryanCPineda opened a pull request on BryanCPineda/hp-dev-jobberwocky
docs(README): add planning project link to README for additional cont…
…ext on project development and roadmapBryanCPineda pushed 1 commit to develop BryanCPineda/hp-dev-jobberwocky
- docs(README): add planning project link to README for additional context on project development and roadmap 19f2518
BryanCPineda pushed 2 commits to main BryanCPineda/hp-dev-jobberwocky
BryanCPineda closed a pull request on BryanCPineda/hp-dev-jobberwocky
docs(README): update README
…details for Jobberwocky API deployment and usageBryanCPineda opened a pull request on BryanCPineda/hp-dev-jobberwocky
docs(README): update README
…details for Jobberwocky API deployment and usageBryanCPineda pushed 1 commit to develop BryanCPineda/hp-dev-jobberwocky
- docs(README): update README with setup instructions and API endpoint details for Jobberwocky API deployment and usage 5c97c0c
BryanCPineda pushed 2 commits to main BryanCPineda/hp-dev-jobberwocky
BryanCPineda closed a pull request on BryanCPineda/hp-dev-jobberwocky
fix(services): improve error handling in jobSearchService and correct…
… import statement for dynamicEndpointBuilderBryanCPineda opened a pull request on BryanCPineda/hp-dev-jobberwocky
fix(services): improve error handling in jobSearchService and correct…
… import statement for dynamicEndpointBuilderBryanCPineda pushed 1 commit to develop BryanCPineda/hp-dev-jobberwocky
- fix(services): improve error handling in jobSearchService and correct import statement for dynamicEndpointBuilder 6c51e4e
BryanCPineda pushed 11 commits to main BryanCPineda/hp-dev-jobberwocky
- feat( index.ts ): server conection up 128d5b3
- chore: add initial project setup with TypeScript, ESLint, Nodemon, and essential configuration files f3f5c31
- feat(server.ts): set up Express server with JSON support and routing configuration b61eee7
- feat(config): add data source and environment configuration for database connectivity using TypeORM c355cb4
- feat(routes): implement job routes for job registration and search with Express routing setup 0864912
- feat(controllers): add job register and search controllers for handling job operations via Express API e107a9a
- feat(services): implement job registration and search services to manage job-related functionalities with TypeORM int... 5c0363e
- feat(entities): create entity models for job management including Enterprise, ExperienceLevel, Job, JobType, Location... a2ff5ec
- feat(dtos): add JobDTO and LocationDTO to manage job registration and search data structures 678cd39
- feat(helpers): implement endpointBuilder and transformApiResponse functions for dynamic endpoint generation and API r... c427c92
- Merge pull request #1 from BryanCPineda/develop Develop 646a51d