Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Releases: in6pio/Incipio

v0.4

11 Oct 22:56
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Code quality

  • Better autoloading
  • Over 80% of test coverage (for the API)
  • Proper tests business needs with Behat

v0.3

11 Aug 23:40
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Development environment

  • Provides a development VM preconfigured
  • Setup the Git worflow process with Continuous Integration
  • Setup of the tests environment for the application:
    • Configuration of the Behat features
    • Configuration of the PHPUnit tests

Architecture

Provides a clear architecture with:

  • ApiBundle: the API part of the application, contains all the business layer with the entities and database management
  • FrontBundle: graphical interface of the application; consumes the API to retrieve the data and ask for the persistance of the data.

The API and Front have been merged into one application for now to avoid to have to manage two distinct application in the early development. This is likely to change in the future.

A lot of efforts have been put to ease the development and provide good examples of how to implement new features and properly test the code.

Features

The features for this first version are really basic. The objective is to provide a base with some example of how to tackle the most common issues with this kind of API/Client architecture.

User management

For now the user have basic attributes and the management includes:

  • creating a new user
  • listing all the users
  • being able to filter the list of users per type and mandate
  • edit a user
  • delete a user

Fixed dependencies

08 Jun 07:32
Compare
Choose a tag to compare
v.1.0.1

Added composer.lock.

Fork version

31 Mar 23:05
Compare
Choose a tag to compare

State of the master branch when forked. Is the first functional version of Incipio.

v0.2

11 Aug 23:41
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
feat(Suivi):Ajout avertissement étudiant étranger

-Ajout d'un message d'erreur à l'affichage d'une étude si
l'étudiant est Algérien
-Ajout d'un message wrning si l'étudiant n'est pas Français
invitant à faire une déclaration en préfecture

Message d'avertissement en attendant la mise en place des DEEE

v0.1

11 Aug 23:41
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Solving #121