Skip to content
master
Go to file
Code

Latest commit

* added tests (#20)

* added tests (#21)

* Feature/file validaion02 (#22)

* upload file

* file upload a validace
odchyceni vyjimky pri spatnem prihlaseni

* file upload a validace (#23)

odchyceni vyjimky pri spatnem prihlaseni

* files modification

* file upload (#24)

* note option to files (#25)

* Feature/file download (#26)

* file upload a validace
odchyceni vyjimky pri spatnem prihlaseni

* file download

* download fix (#27)

* uprava kodovani (#28)

* test and download fix (#29)
a60351b

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

DMS (Document Management System)

Codacy Badge CircleCI build: CircleCI

Simple tool for storing and administrating your documents.

Requirements

  • Each file consist of the content and metadata stored in the database (Author, version, last modified date, category, ...).
  • Users have roles and each role is able to see files for these roles.
  • Files can be secure - visible only to the author.
  • Files are versioned - it is possible to get back to the any previous version of the file. It is possible thanks to the parrent_id in the metadata.
  • Files has to be acknowledged by someone with higher privileges. (Role)

Screens

  • Login screen
  • User profile screen
  • Files overview

Technologies

  • Spring boot
  • Hibernate
  • MySQL
  • Java

TODOs

  1. Udělat pro entity DAO
  2. Vytvořit services pro ziskávání DAO
You can’t perform that action at this time.