Skip to content

FUB-HCC/Innovonto-Orchard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual idea Clustering

Client

Setup Client:

  • npm install

Run Client:

  • npm start

Tests:

  • npm test

Related Work

Requirements

  • Anzeige von Sparks
  • Drag and drop logik
  • Dynamische Anzahl von Ideen
  • Clustering Logik
  • Rename Clusters, onDoubleClick on header. save onEnter
  • Zoomable Map of idea space, how to navigate on the map?
  • Export Button off idea Space.
  • List of Clusters as DropZone to easily move ideas
  • click on cluster list item to focus on that cluster on the map

Application

  • bring ideas in relation, build Clusters, summerize and filter them to generate quality ideas from that.

View

Example

Activity Diagram

Diagram

idea:

id: uuid,
title: string,
content: string,
created: UTC-time,
creator: User,
currentVersion: boolean,
iconPath: string,
applicationAreas: Array [],
ideaContest: uuid,
ideaDetails: string,
ideaProblem: string,
ideaUsers: Array [],
ideaUsersOther: string,
inspiredBy: Array [],
status: string

About

A place to grow your Ideas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages