You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client reported that the engineers have a hard time finding and classifying documents, this process is manual and takes a extremely long time, the consequence is a loss and stop of the current task to read hundreds of pages from documents hoping the document contains information from the task, this takes minutes to hours of time, the other problem is classifying these documents with "tags" to make finding them easier, the process is also manual and takes minutes to hours at a time.
The Solution (IAzimute)
We decided to build a web application to and organize, classify and turn the search for documents easy for any employee.
Our project offers:
A search bar to find documents based on name or even context from the documents.
Allow users to quickly search for files by partial or full name.
High
RF-2
Automatic Classification
The system must automatically associate labels to each document to facilitate the search process.
High
RF-3
Internal Text Search Engine
Index and allow the search of specific technical terms directly within the internal content of the files (e.g., PDFs).
High
RF-4
Technical Standards Filter
Allow filtering the search by crossing labels and technical standards associated with documents of similar content.
High
RF-5
Audit System (Logs)
TImplement access and data manipulation logs for traceability.
Medium
RF-6
Access Control and Permissions
Restrict file viewing and manipulation only to users with the proper security clearances.
High
RF-7
LGPD Compliance
Implement data anonymization and database de-characterization records, ensuring the right to be forgotten.
High
RF-8
Access Request Flow
Create a process in the system so that engineers can formally request access to restricted documents, avoiding physical requests.
Low
⚙️ Non-Functional Requirements
ID
Category
Description
RNF-1
Artificial Intelligence
The system must use some form of Machine Learning to solve the problem.
RNF-2
Documentation
The project must contain the API (Application Programming Interface) Documentation.
RNF-3
Modeling
Delivery of the Database or Data File Modeling is mandatory..
RNF-4
Security / LGPD
The system must have data anonymization implemented according to LGPD guidelines.
RNF-5
Audit System (Logs)
The system must continuously record access and data manipulation logs.
RNF-6
Security / LGPD
The system must maintain records of database de-characterization.
📌 Product Backlog
Rank
Priority
User Story
Estimate
Sprint
Functional Requisite
Non-Functional Requisites
1
High
[[US-01]] - As an employee, I want to search for documents by name, so that I can quickly find the exact file I need, saving time locating documents.
5
1
RF-1
RNF-2, RNF-3
2
High
[[US-02]] - As an operator, I want documents to be automatically classified using tags to facilitate the use of the system by engineers, saving search time and improving document organization in the system.
13
1
RF-2
RNF-1
3
High
[[US-03]] - As an engineer, I want the search to include the internal text of the documents, to locate specific technical information even when I don't know the file title, saving the time of reading all files.
13
2
RF-3
RNF-1, RNF-2
4
High
[[US-04]] - As an engineer, I want the search to use the standards/tags attached to the documents, to ensure I am consulting the correct regulatory documentation, thus saving time manually identifying what each file is about.
5
2
RF-3
RNF-2
5
High
[[US-06]] - As an operator, I want users to only have access to files they are cleared for, so that document information remains secure and prevents costs from data leaks.
8
2
RF-6
RNF-5
6
High
[[US-07]] - As an employee, I want to exercise my data protection rights, to preserve my privacy and the right to be forgotten.
8
2
RF-7
RNF-4, RNF-6
7
Medium
[[US-05]] - As an operator, I want access to an auditing system, to track accesses to the system's documents.
5
3
RF-5
RNF-5
8
Low
[[US-08]] - As an engineer, I want to be able to request access to documents to obtain necessary information, saving time in the process of going in person to request document access.