GithubHelp home page GithubHelp logo

contribution-jhipster-uga / generator-jhipster-quota Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 2.0 126 KB

This module allows you to create entities that allow you to manage an entity creation quota for each user. All you will have to do is enter a quota for each user directly into the database. If you do not enter a quota, it will be basic unlimited for each user.

License: MIT License

JavaScript 100.00%

generator-jhipster-quota's Introduction

generator-jhipster-quota

NPM version Build Status Dependency Status

[JHipster module] This module allows you to create entities that allow you to manage an entity creation quota for each user. All you will have to do is enter a quota for each user directly into the database. If you do not enter a quota, it will be basic unlimited for each user.

Introduction

This is a JHipster module, that is meant to be used in a JHipster application. This module allows you to create entities that allow you to manage an entity creation quota for each user. All you will have to do is enter a quota for each user directly into the database. If you do not enter a quota, it will be basic unlimited for each user.

New entities, Quota[Entity], will be created so that you can add a quota to certain users. The entities which will now have a quota have their Resource.java file modified to check the quota of the users.

You can find a sample application using this generator here

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

You must have allowed auditing on the entities to have a field createdBy for those you want to put a quota on. To do it easily you can use this generator.

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-quota

To update this module:

yarn global upgrade generator-jhipster-quota

With NPM

To install this module:

npm install -g generator-jhipster-quota

To update this module:

npm update -g generator-jhipster-quota

Usage

First, you have to run the generator using the following command :

yo jhipster-quota

It will generate new entities and then ask you if you want to overwrite some files. You must overwrite every files for the quotas to work correctly.

Now that every file and entities have been created. You can run the application with :

./mvnw

And go to the quota entities pages to create new quota for users.

License

MIT © Contribution Jhipster UGA Julien COURTIAL, Hugo GROS-DAILLON, Cédric LAFRASSE et Bastien TERRIER.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

generator-jhipster-quota's People

Contributors

hugosecteur4 avatar juliencourtial avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  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.