This app can be run on your current browser by clicking the link on the side, or by running it locally on your machine.
- Clone this repository into your VSCode directory
- cd into the repo folder
- type
npm installinto console and hit enter - then type
npm run devinto console and hit enter - Website should be running locally
- Asset nodes should be able to hold audio recordings
- Like adding a picture or video (add media)
- Functionality for this feature already exists, it just needs to be interwoven into the node adding feature
- Allow users to select more photos in image search
- Have left and right buttons to render next batch of photos (like an image gallery)
- Allow users to upload their own photos and videos from their devices
- Node movement issues
- Node movement is very choppy
- If the user moves the node too fast, the cursor will detatch from the node, leaving it idle until hovered over again
- Connecting lines do not update after placing down a moved node. Will only update if another state change occurs somehwere else
- i.e. moving another node, or trying to add a new node
- Canvas Scaling issues
- the size of the nodes is dependent on the screen resolution/zoom factor on web browser
- If a user zooms in while editing their map, some nodes on the lower left of the page will be hidden
- Or if a user moves the window between different sized monitors, the same issue can occur
- the size of the nodes is dependent on the screen resolution/zoom factor on web browser
- When the 'how to use' section is opened, the asset accordian is still highlighted
- (potential issue) Center value node should not be able to be moved