?????? [DISSCUSSIOIN] Adding 'Issues' module for servicecomb-fenceand other

2019-08-05 Thread LA
+1.
Most open source project users are more familiar with issue module than with 
JIRA.


Best, 


Ang Li
--  --
??: "yhs0092";
: 2019??8??6??(??) 9:07
??: "dev@servicecomb.apache.org";

: Re:  [DISSCUSSIOIN] Adding 'Issues' module for servicecomb-fenceand other



+1. Agree to enable the issue feature.


Yours sincerely


Yao Haishi
yhs0...@163.com


On 8/5/2019 21:08??Willem Jiang wrote??
I agree it could easy for the user to repo the bug or ask questions
through issue.

I think we can enable the issue feature of  fence, toolkit, mesher,
toolkit, by default.

Willem Jiang

Twitter: willemjiang
Weibo: willem

On Mon, Aug 5, 2019 at 6:44 PM Liubao (A)  wrote:

Hi Team,

Recently, some servicecomb-fence users found not possible to ask questions in 
project "Issues" module. Although we recommend users to ask questions through 
JIRA, but it is not convenient and sometimes JIRA is very slow and can't be 
accessed. I suggest open "Issues" module for every servicecomb projects. Any 
suggestions?


Servicecomb-fence : no
servicecomb-java-chassis: yes
servicecomb-service-center: yes
servicecomb-pack: yes
servicecomb-website: no
servicecomb-mesher: yes
servicecomb-docs: no
servicecomb-samples: no
servicecomb-toolkit: no
servicecomb-kie : no

Re: [DISSCUSSIOIN] Adding 'Issues' module for servicecomb-fence and other

2019-08-05 Thread yhs0092
+1. Agree to enable the issue feature.


Yours sincerely


Yao Haishi
yhs0...@163.com


On 8/5/2019 21:08,Willem Jiang wrote:
I agree it could easy for the user to repo the bug or ask questions
through issue.

I think we can enable the issue feature of  fence, toolkit, mesher,
toolkit, by default.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Mon, Aug 5, 2019 at 6:44 PM Liubao (A)  wrote:

Hi Team,

Recently, some servicecomb-fence users found not possible to ask questions in 
project "Issues" module. Although we recommend users to ask questions through 
JIRA, but it is not convenient and sometimes JIRA is very slow and can't be 
accessed. I suggest open "Issues" module for every servicecomb projects. Any 
suggestions?


Servicecomb-fence : no
servicecomb-java-chassis: yes
servicecomb-service-center: yes
servicecomb-pack: yes
servicecomb-website: no
servicecomb-mesher: yes
servicecomb-docs: no
servicecomb-samples: no
servicecomb-toolkit: no
servicecomb-kie : no


Re: [DISSCUSSIOIN] Adding 'Issues' module for servicecomb-fence and other

2019-08-05 Thread Willem Jiang
I agree it could easy for the user to repo the bug or ask questions
through issue.

I think we can enable the issue feature of  fence, toolkit, mesher,
toolkit, by default.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Mon, Aug 5, 2019 at 6:44 PM Liubao (A)  wrote:
>
> Hi Team,
>
> Recently, some servicecomb-fence users found not possible to ask questions in 
> project "Issues" module. Although we recommend users to ask questions through 
> JIRA, but it is not convenient and sometimes JIRA is very slow and can't be 
> accessed. I suggest open "Issues" module for every servicecomb projects. Any 
> suggestions?
>
>
> Servicecomb-fence : no
> servicecomb-java-chassis: yes
> servicecomb-service-center: yes
> servicecomb-pack: yes
> servicecomb-website: no
> servicecomb-mesher: yes
> servicecomb-docs: no
> servicecomb-samples: no
> servicecomb-toolkit: no
> servicecomb-kie : no


[DISSCUSSIOIN] Adding 'Issues' module for servicecomb-fence and other

2019-08-05 Thread Liubao (A)
Hi Team,

Recently, some servicecomb-fence users found not possible to ask questions in 
project "Issues" module. Although we recommend users to ask questions through 
JIRA, but it is not convenient and sometimes JIRA is very slow and can't be 
accessed. I suggest open "Issues" module for every servicecomb projects. Any 
suggestions?


Servicecomb-fence : no
servicecomb-java-chassis: yes
servicecomb-service-center: yes
servicecomb-pack: yes
servicecomb-website: no
servicecomb-mesher: yes
servicecomb-docs: no
servicecomb-samples: no
servicecomb-toolkit: no
servicecomb-kie : no


A sample WEB UI for Alpha with Akka

2019-08-05 Thread Zhang Lei
Hi, Team

Alpha with Akka version already supports storing transactional data to ES, We 
need a WEB GUI to display transaction data. The early GUI module seems to have 
not been updated for a long time, and he only supports querying from the 
database.

The bad news is that I am not good at Angular, so I can't refactor the early 
WEB GUI. But I am know something Bootstrap and Thymeleaf, I developed a WEB GUI 
prototype using the following techniques

CSS: https://github.com/twbs/bootstrap 
HTML Template: https://github.com/thymeleaf/thymeleaf 

FONT & ICON: https://github.com/FortAwesome/Font-Awesome 

TABLE UI: https://github.com/DataTables/DataTables 

BOOTSTRAP Template: 
https://github.com/BlackrockDigital/startbootstrap-sb-admin-2 


WEB GUI Prototype 
Dashboard Page [1]
Transaction Page [2]
Transaction Details Page [3]

[1] 
https://raw.githubusercontent.com/coolbeevip/playground/master/state_machine_demo/saga-akkafsm/assets/alpha-ui-dashboard.png
 

[2] 
https://github.com/coolbeevip/playground/blob/master/state_machine_demo/saga-akkafsm/assets/alpha-saga-transaction-list.png?raw=true
 

[3] 
https://raw.githubusercontent.com/coolbeevip/playground/master/state_machine_demo/saga-akkafsm/assets/alpha-transaction-details.png
 


Lei Zhang