bestchains / bc-console

Console for best chain
4 stars 5 forks source link

网络停止报错 #134

Closed bjwswang closed 1 year ago

bjwswang commented 1 year ago
image

期望

点击停止后,应该发起一个解散网络的proposal

bjwswang commented 1 year ago

@marsdawe 确认下产品逻辑

marsdawe commented 1 year ago

网络停止: a、如网络里面,没有任何通道,或通道只有创建组织,可以直接停止网络 
b、如网络通道里面有其他组织,停止网络需要发起提议投票。

dayuy commented 1 year ago

「停止网络」

  1. 如果网络有通道,目前会提示 image
  2. 如果没有通道,则会发起proposal:DissolveNetworkProposal。 「删除网络」
  3. 同上
  4. 如果没有通道,则会删除 network

    目前是这样处理的。可能需要提示优化下,看1需要怎么提示?@marsdawe

marsdawe commented 1 year ago

「网络停止」 1、网络有通道, a、如通道里有其他组织,则发起停止提议 b、如通道里没有其他组织,直接停止。 2、网络没有通道,直接停止。

「网络删除」 3、网络停止后,网络创建者,可以删除网络,

dayuy commented 1 year ago

「直接停止」 没有这个动作,停止就是发起一个Dissolve的提议

marsdawe commented 1 year ago

「网络停止」 点击停止,弹窗发起网络停止提议

a、如通道里有其他组织,点击确定,继续弹窗发送提议成功。

image

b、如通道里没有其他组织,点击确定,直接提示“提议成功”,

bjwswang commented 1 year ago

verified