SEG491X-W2023-T42 / mikado-machine

A multi-platform web-app for managing tasks and goals using the Mikado Method.
https://mikadomachine.uottawaesports.ca/
1 stars 0 forks source link

Remove default graph #99

Closed danielzgtg closed 1 year ago

danielzgtg commented 1 year ago

Closes #98.

There is a strange thing where the first node created will be in the center, not the top left corner like all subsequent nodes. This is probably the existing behavior for manually emptied graphs too. It can be fixed later, but this removal should be done to prepare for the database changes.

Before

image

After

image

image

image