Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
07/01/26 12:41:31 (5 days ago)
Author:
221544
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    11= Ecore – Project Management System =
    22
    3 This project is developed as part of the ''Database Systems'' course.
    4 All project phases and documentation are maintained in the wiki pages listed below.
     3Ecore is a database-driven project management system developed as part of
     4the Database Systems course. The system supports management of users,
     5clients, projects, tasks, domains, invoices, files, and timesheets.
     6It is a full-stack web application built with React, Node.js/Express,
     7Prisma ORM, and PostgreSQL. The platform enables project coordinators
     8to manage their entire workflow — from client onboarding and project
     9creation, through task assignment and file management, to invoice
     10generation and time tracking.
     11
     12== Team Members ==
     13
     14|| '''Name''' || '''Index''' ||
     15|| Зулбеари Јахја Нур || 221544 ||
     16
     17Course: Databases 2025/2026/Winter[[BR]]
     18Under the supervision of: Prof. Dr. Vangel V. Ajanovski
    519
    620== Project Documentation ==
    7  * [[ProjectVision]]
    8  * [[ERModel]]
    9  * [[ERModelAIUsage]]
    10  * [[UseCaseModel]]
     21
     22|| '''Phase''' || '''Link''' || '''Status''' ||
     23|| P0 || [wiki:About About] || Finished ||
     24|| P1 || [wiki:ERModel ERModel] || Finished ||
     25|| P2 || [wiki:RelationalDesign RelationalDesign] || Finished ||
     26|| P3 || [wiki:UseCaseModel UseCaseModel] || Finished ||
     27|| P4 || [wiki:PrototypeImplementation PrototypeImplementation] || Finished ||