1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
No description
Find a file
Markus Grigull ddd2680d0d Add user management. Move relationship building to server side
Admins can create/edit and delete users (with all their projects etc.)
Deleting a user/project/visualization automatically deletes all its belonging
data (e.g. deleting a visualization deletes all plots).
When creating and deleting objects the relationship is (mostly) handled server
side. Only the first required relationship (e.g. when creating a new project,
the project's owner is set client-side, the rest is matched on the server).
2016-07-11 22:03:47 +02:00
app Add user management. Move relationship building to server side 2016-07-11 22:03:47 +02:00
config Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
public Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
tests Add user management. Move relationship building to server side 2016-07-11 22:03:47 +02:00
vendor Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
.bowerrc Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
.editorconfig Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
.ember-cli Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
.gitignore Add user and project data from backend 2016-06-26 13:35:06 +02:00
.jshintrc Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
.travis.yml Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
.watchmanconfig Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
bower.json Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
ember-cli-build.js Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
package.json Add user management. Move relationship building to server side 2016-07-11 22:03:47 +02:00
README.md Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
testem.js Initial Commit from Ember CLI v2.5.1 2016-06-26 11:08:09 +02:00
todo.md Add user management. Move relationship building to server side 2016-07-11 22:03:47 +02:00

Villasweb-frontend

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.