johnding1996 / HKUST-COMP3111H-Group

Group Project of COMP 3111H in Fall 2017 at HKUST
Apache License 2.0
0 stars 0 forks source link

Feature/user initial input #42

Closed cliubf closed 6 years ago

cliubf commented 6 years ago

Ask for personal information of the user.

The pipeline is finished and tested, while data are still not added to database.

codecov[bot] commented 6 years ago

Codecov Report

Merging #42 into develop will increase coverage by 3.5%. The diff coverage is 86.3%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop     #42     +/-   ##
===========================================
+ Coverage       60.3%   63.8%   +3.5%     
- Complexity       169     233     +64     
===========================================
  Files             24      27      +3     
  Lines            848     986    +138     
  Branches          86     104     +18     
===========================================
+ Hits             512     630    +118     
- Misses           301     312     +11     
- Partials          35      44      +9
Impacted Files Coverage Δ Complexity Δ
...ain/java/controller/DietingChatbotApplication.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...ot/src/main/java/controller/ChatbotController.java 53.6% <100%> (-0.9%) 22 <9> (-2)
...g-chatbot/src/main/java/utility/TextProcessor.java 80% <80%> (ø) 2 <2> (?)
...bot/src/main/java/misc/UserInitialInputRecord.java 84.9% <84.9%> (ø) 44 <44> (?)
...eting-chatbot/src/main/java/utility/Validator.java 91.3% <91.3%> (ø) 20 <20> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0254d2a...5b2f15c. Read the comment docs.

johnding1996 commented 6 years ago

@thomaszhouan What data to add to DB?