Skip to content

Instantly share code, notes, and snippets.

@crh
Created October 23, 2012 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crh/3937569 to your computer and use it in GitHub Desktop.
Save crh/3937569 to your computer and use it in GitHub Desktop.
DDB Help Desk Readme

[DDB Help Desk]![Build Status]

description

ddb help desk is a web application for managing ddb institutions and its users.

getting started

download

Clone the repo, git clone https://github.com/Deutsche-Digitale-Bibliothek/ddb-helpdesk, or download the latest release.

build

we are using yeoman

run

$ cd app
$ python -m SimpleHTTPServer 3004

if you are using yeoman

$ yeoman server

open web browser: http://localhost:3004

usage

TODO

examples

TODO

tips

TODO

bug tracker

Have a bug? Please create an issue [https://jira.deutsche-digitale-bibliothek.de/browse/DDBEXTRA], Component: DDB HelpDesk that conforms with necolas's guidelines.

developers

IDE / Text Editor

Eclipse

If you are using eclipse, please refer to Web Application Developement with Eclipse

Bootstrap
  • Create a JavaScript project
  CTRL-3 > new javascript > 'New JavaScript Project'

REST service access

you need a VPN access to the FIZ Karlsruhe development server. Ask Frank Schwichtenberg, if you need one.

technology

  • html
  • css
  • javascript
  • backbone.js

design

TODO

supported browsers

TODO

models

  • organization
  • person

collections

  • organization-collection
  • person-collection

view

login

TODO

edit

TODO

breadcrump

TODO

search

TODO

routes

TODO

first iteration

TODO

rest service

dev service URI: http://141.66.8.240:8080/aas/ (FIZ KA/IEE VPN is needed)

implementation

TODO

  • yeoman.io
  • backbone.js

directory structure

.
|-Mock
|-app
|---components
|---scripts
|-----collections
|-----helpers
|-----models
|-----routes
|-----templates
|-----vendor
|-----views
|---styles
|-test
|---lib
|-----mocha-1.2.2
|---runner

contributing

TODO

authors

** Frank Schwichtenberg **

** Frank Asseg **

** Christian Herlambang **

copyright and license

Copyright 2012 FIZ Karlsruhe.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment