RyanMurphy1014 / Task-Pulse

A project management web app used to structure your projects as well as manage your teams.
MIT License
0 stars 0 forks source link

Create Pulseview #3

Open RyanMurphy1014 opened 7 months ago

RyanMurphy1014 commented 7 months ago

Issue

The main graphical area of the web app must be created

Solution

Fetch data by creating API route endpoints to gather organization and related info on the client for further processing and display.

RyanMurphy1014 commented 7 months ago

Graphics Display Implementation steps

Required

  1. Draw a single node 7921a4da58841e58441243b9fd29df19aad67627
  2. Draw a node of each type (Will this require a more advanced system)
  3. Display nodes in a pattern/shape
  4. Work on linking nodes
  5. Style edges

Bonus