dice-group / sask

Projectgroups Search and Extraction
GNU Affero General Public License v3.0
2 stars 10 forks source link

Chat integration #70

Closed KHaack closed 6 years ago

KHaack commented 6 years ago

In this branch we are integrate the chat into the ui. The user is now able to chat while working on the workspace. The size of the chat or the workspace can be changed with the button at the top right corner. And if the chatbot returns a big answer, the chat will be automatically maximized.

grafik grafik

We also introduced the maven profiles windows and linux. So logback can be configured for the operating system. In addition we added the log level properties to the pom.xml. The level is currently on WARN.

The rest is code styling.

Please note: there is currently no running qa system

The run command is:

mvn clean spring-boot:run -P windows

or

mvn clean spring-boot:run -P linux
KHaack commented 6 years ago

Jep, some are legitimate, others are not. I make one more styling commit :)

prasanthhs commented 6 years ago

@KHaack The feedback implementation by @divyasrinivasan1986 is overwritten by this change. We don't get feedback prompt in UI anymore. Can you please put back the feedback implementation before merge?

EDIT: there seems to be a javascript error. It is not a merge problem.

KHaack commented 6 years ago

i think it is a merge error, you only get the Feedback form if it is a qa answer. ill fix it :)

KHaack commented 6 years ago

done for now grafik

any other improvements?

prasanthhs commented 6 years ago

@KHaack We can merge if its ok. I already checked on your PC and its fine.