GithubHelp home page GithubHelp logo

arcticlcc / teon-metadata Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.43 MB

Home Page: http://arcticlcc.github.io/teon-metadata/

License: The Unlicense

JavaScript 98.05% HTML 0.13% CSS 1.82% Ruby 0.01%

teon-metadata's Introduction

DMPlanner

Demo: http://arcticlcc.github.io/dmplanner/

##About

The DMPlanner is a JavaScript application for creating data management plans. The DMPlanner is primarily built using the ExtJS framework. See the CREDITS for a list of other open source libraries used.

The DMPlanner is a client-side application. By default, no data is sent to a remote server, but is stored in the browser cache (local storage). Data will persist until the browser cache is cleared. When the DMPlanner loads, it checks local storage for cached data.

Data may also be saved to or loaded from a (JSON) file. This allows data to be stored indefinitely or transferred between systems.

The DMPlanner is configured using a JSON file. The config file serves as both template for generating new plans and the storage format. The "saved" output contains both the configuration as well as the data for each plan.

By default, any of the native ExtJS form field widgets (or sub-classes) may be used when defining a plan. To supplement the basic form widgets, custom plug-ins may also be created, such as maps or drag-n-drop lists.


##Data Model

The image below show the basic data model for the JSON config file.

Data Model


##Development/Installation

###Option 1: Using the JSON config

Creating a new (or editing an existing) JSON config file is the easiest way to customize the DMPlanner. Use this option, if you're not interested in creating new plugins or modifying the application source.

Steps:

  1. Fork or clone the repository.
  2. The production code is in the gh-pages branch.
  3. Customize
  4. If you push the changes to GitHub, you'll have a DMPlanner instance hosted at {username}.github.io/dmplanner/

Alternative: Download the gh-pages branch and use with any web server.

###Option 2: Modifying the source

TODO


##License

Unless otherwise noted, the contents of this repository are released into the public domain, see the LICENSE.

Note: ExtJS is licensed under the terms of the Open Source GPL 3.0 license. See additional licensing info included with other external libraries.


##Directory Layout

dmplanner/.sencha

This folder contains files used in the build process.

dmplanner/app

This folder contains the javascript files for the application.

dmplanner/ext/cmd

This folder contains files used in the build process.

dmplanner/lib

This folder contains external JavaScript libraries and git sub-modules.

dmplanner/overrides

This folder contains override classes. All overrides in this folder will be automatically included in application builds if the target class of the override is loaded.

dmplanner/resources

This folder contains static resources (typically an "images" folder as well).

dmplanner/sass/etc

This folder contains misc. support code for sass builds (global functions, mixins, etc.)

dmplanner/sass/src

This folder contains sass files defining css rules corresponding to classes included in the application's javascript code build. By default, files in this folder are mapped to the application's root namespace, 'dmplanner'. The namespace to which files in this directory are matched is controlled by the app.sass.namespace property in dmplanner/.sencha/app/sencha.cfg.

dmplanner/sass/var

This folder contains sass files defining sass variables corresponding to classes included in the application's javascript code build. By default, files in this folder are mapped to the application's root namespace, 'dmplanner'. The namespace to which files in this directory are matched is controlled by the app.sass.namespace property in dmplanner/.sencha/app/sencha.cfg.

dmplanner/ux

This folder contains ExtJS user extensions.

teon-metadata's People

Contributors

jlblcc avatar

Watchers

James Cloos avatar  avatar

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.