/infoqerja-line

InfoQerja is simple bot line where user can find and add job posting

Primary LanguageGoMIT LicenseMIT

InfoQerja Build Status codecov


Todo List:

  • Create crud functionality in crud.go
  • Test the crud function
  • Create event handler for input job
  • Create a service to inject to the handlerJobService in service.go
  • Seperate handler for command handler and job handler (job -> when trying to make change on database)
  • Create interface for DI for refactor and testing
  • Categorize each event and handler in line.go for refactoring