UmiUni / golang_backend

1 stars 0 forks source link

One application applies for one position using his profile info . 一键apply 08/05/2018 #22

Open superchaoran opened 6 years ago

superchaoran commented 6 years ago

有点像Amazon 一键买物品。之后需要有complicated business logic follow through. Business logic:

  1. 发简历。
  2. Database记录。新table: application. schema: (applicationUUID, Timestamp, UserUUID, PositionUUID)
  3. 手机端notification。新incoming applicants for a particular position. Dedicated kafka server for application channel, all other apps can subscribe and listen to these channels. (A lot of work here) image