Wiredcraft / fullpm

Kanban board for GitHub issues
https://wiredcraft.com/products/fullpm
1 stars 3 forks source link

Bug: Refresh needed when creating new board #18

Closed JuhaS closed 8 years ago

JuhaS commented 8 years ago

I replicated this on three boards. I had VPN on.

Steps:

EcutDavid commented 8 years ago

As the gif, the reason for this bug: backend gave the response before sync finished, so at the first time, got no issues in the repo. qgxttqpaqh

There are two ways for fixing this issue:

  1. Only return response after back-end finished sync.
  2. Check the sync process in front-end.

Not sure I can check it in front-end, need investigating.

JuhaS commented 8 years ago

Shouldn't Pouchdb update the issue list in realtime automatically?

EcutDavid commented 8 years ago

It should, checking

EcutDavid commented 8 years ago

Sync related, @ChopperLee2011 will check that part.

EcutDavid commented 8 years ago

Fixed by @ChopperLee2011 , something related db sync in back-end.