Giter VIP home page Giter VIP logo

startern's People

Contributors

arcbjorn avatar vladislav-klimenko avatar woodencoder avatar

Stargazers

 avatar

Watchers

 avatar  avatar

startern's Issues

Implement Companies controller

Нужно сделать контроллер, для работы с таблицей компаний
Для этого надо уметь:

  1. Добавлять новую компанию
  2. Получать компанию по айдишнику

Implement Vacancies controller

Надо добавить следующий функционал:

  1. Получение списка вакансий. Пока что можно отдавать все, но в будущем надо бы задуматься о пагинации
  2. Добавление новой вакансии

Design service for web scraping

Надо бы задуматься, как должен выглядеть скрейпер данных для вакансий – как, где и что он будет собирать

Create README

Надо сделать понятное README.md с описанием проекта и как его запустить

Decide what to use in inter-service communication

Сейчас есть сервис auth, core (с которым будет общаться клиент) и в дальнейшем появится еще один jobs-scraper. Надо подумать, что будем использовать для их общения, и настроить это общение.

Compiler does not see the generated method

Runnung go run main.go

./main.go:23:48: cannot use &vacancies.VacanciesService{} (type *vacancies.VacanciesService) as type generated.VacanciesServer in argument to generated.RegisterVacanciesServer:
        *vacancies.VacanciesService does not implement generated.VacanciesServer (missing generated.mustEmbedUnimplementedVacanciesServer method)
                have vacancies.mustEmbedUnimplementedVacanciesServer()
                want generated.mustEmbedUnimplementedVacanciesServer()

Platform architecture

Создать и описать proposal архитектуры платформы, на данный момент включает в себя:

  • core database
  • core service
  • scrapper service

Setup Docker

Кажется, нам нужно будет еще настроить докер

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.