Skip to content
#

ddd

Here are 1,709 public repositories matching this topic...

awesome-software-architecture
wolkenkit
strangedev
strangedev commented Apr 22, 2021

What is this bug about?

When we bootstrap the chat demo application by npx wolkenkit@4.0.0-internal.108 init, the client uses old API routes, causing a 404 error.

What is the expected result?

When we bootstrap the chat demo application, it works as-is.

What is the actual result?

The chat demo application is not usable, since the client can't fetch from the back-end.

stemmlerjs
stemmlerjs commented Oct 15, 2019

When someone changes their vote on a comment or post, we need to update the view.

Currently, we have to refresh the browser to see the changes.

On upvote:

  • if the user hasn't already upvoted, it should be +1
  • if the user already upvoted, it should stay the same
  • if the user downvoted, it should + 1

On downvote:

  • if the user hasn't already downvoted, it should be -1
  • if t

Improve this page

Add a description, image, and links to the ddd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ddd topic, visit your repo's landing page and select "manage topics."

Learn more