Skip to content

contribution-jhipster-uga/contribution-jhipster-uga.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

Contributions JHipster UGA

Generators for JHipster generators developed by Polytech Grenoble students.

Web site

Generators (aka Modules)

generator-jhipster-stripe-payment

This JHipster generator integrates the payment plateform Stripe to a Jhipster project. (It includes a web payment page and a JHipster payment entity).

generator-jhipster-paypal

This JHipster generator allows you to integrate Paypal payment into a JHipster project that works with angular. It creates a new paypal payment page on your jhipster project and adds a new entity (PaypalCompletedPayments) that retrieves information when a paypal payment is made.

generator-jhipster-angular-material-integration

This JHipster generator installs the dependencies needed to use Angular Material in a Jhipster project.

generator-jhipster-quota

This JHipster generator creates 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.

  • repository
  • JHipster marketplace
  • License
  • Application sample

generator-jhipster-administration-database

This JHipster generator allows you to generate .yml files allowing you to administrate your production database (managing databases like phpmyadmin). For the moment the following databases are supported : MYSQL, POSTGRESQL, MONGODB, MARIADB. JavaScript

generator-jhipster-backup-database

This JHipster generator allows you to generate .yml files allowing you to make regular backups of your production database. For the moment the following databases are supported : MYSQL, POSTGRESQL, MONGODB, MARIADB.

generator-jhipster-translation

This JHipster generator translates all your entities from the native language of your jhipster application to all the different languages available on your application.

generator-jhipster-chatbot-rasa

This JHipster generator integrates an interface to be use with bot using the Rasa stack.

generator-jhipster-imageblobindexation

This module allows you to use image Blob type with a full text indexation by Elasticsearch. This indexation is based on a treatment provide by ImageAI, Apache Tika (Metadata, OCR).
This module includes cache management available at : ImageBlobCache.

generator-jhipster-imageblobcache

Jhipster module which allows users to inplement ImageBlob with cache management.

generator-jhipster-ngx-charts

This module allows you to use simple entry, multiple entry charts and bubble chart directly. After installation, you will find examples of how to use the charts. The data's retrieving process works, so you can implement each type of chart very easly.

Future generators

Rich Editor generators

  • CKEditor for editing TextBlob attributes
  • Tiny-MCE for editing TextBlob attributes

Hyperledger Blockchain

CAS generator

Hybrid Relational/JSON Data Modeling and Querying

Contributors