Coder Social home page Coder Social logo

rd-switchboard / neo4j-browser Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 5.0 196.76 MB

Neo4j Interface for RD-Switchboard

License: GNU General Public License v3.0

CoffeeScript 18.54% HTML 16.85% JavaScript 34.88% CSS 28.95% Makefile 0.02% Ruby 0.03% Scala 0.01% Java 0.59% Shell 0.14%

neo4j-browser's People

Contributors

aaryani avatar agonych avatar wizman777 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

neo4j-browser's Issues

Update Neo4j style file for graph visualisation

node {
diameter: 50px;
color: #A5ABB6;
border-color: #9AA1AC;
border-width: 2px;
text-color-internal: #FFFFFF;
font-size: 10px;
}

relationship {
color: #A5ABB6;
shaft-width: 1px;
font-size: 8px;
padding: 3px;
text-color-external: #000000;
text-color-internal: #FFFFFF;
caption: '';
}

node.dataset {
color: #FF756E;
border-color: #E06760;
text-color-internal: #FFFFFF;
caption: '{node_type}';
diameter: 50px;
}

node.researcher {
color: #6DCE9E;
border-color: #60B58B;
text-color-internal: #FFFFFF;
caption: '{node_type}';
diameter: 65px;
}

node.grant {
color: #FFD86E;
border-color: #EDBA39;
text-color-internal: #604A0E;
caption: '{node_type}';
}

node.publication {
color: #68BDF6;
border-color: #5CA8DB;
text-color-internal: #FFFFFF;
diameter: 50px;
caption: '{node_type}';
}

Error in app/scripts/init/defaultContent.coffee

 [exec] >> app/scripts/init/defaultContent.coffee:211:1: error: unmatched ]
 [exec] >> ])
 [exec] >> ^
 [exec] >> In file: app/scripts/init/defaultContent.coffee
 [exec] >> On line: 210
 [exec] >> ])
 [exec] >> ^

Remove neo4j default username and login messages

  • Remove default username "neo4j" from the login screen
  • Remove message about default username/password
  • Replace title "Connect to Neo4j" with "Access RD-Switchboard Graph Database"
  • Replace connection confirmation message "Connected to Neo4j" with "Connected to to RD-Switchboard Graph Database"

Update Neo4j Browser navigation to hide unwanted elements and add links to RD-Switchboard project

community/browser/app/scripts/init/defaultContent.coffee

  • Default links to create an node and REST API removed from left-hand side menu
  • Remove "System" section and all links to system functions from left-hand side menu
  • Remove attempt to merge empty system_scripts links

community/browser/app/views/partials/drawer-database.jade

  • "Node Labels" section title renamed to "Graph Database" in left-hand side menu
  • Removed "Database" section from left-hand side menu showing installation settings (security issue)

community/browser/app/views/partials/drawer-info.jade

  • Removed links to Neo4j Manual and Developer Resources from left-hand side menu
  • Added links to RD-Switchboard Project and RD-Switchboard Browser to left-hand side menu
  • Removed links to example graphs from left-hand side menu
  • Removed link to WebAdmin (was already removed in 2.2.5 version)

community/browser/app/views/partials/nav.jade

  • Remove "Credits" tab

Add 'institution' to graph CSS style

Add a new element to the default graphstyle:

node.institution {
color: #000000;
border-color: #9AA1AC;
text-color-internal: #FFFFFF;
caption: '{node_type}';
diameter: 65px;
}

Disable CsvExportImportRoundTripTest until it can be resolved

The CsvExportImportRoundTripTest require a special file CsvExportImportRoundTrip.js located in ./target/test-clases. The whole target folder is deleted upon 'mvn clean' process and the file will not be recreated after that. At this point we have no other option that to disable this test of the compile process on fresh machine will fail

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.