Housing Authority of New Orleans
Housing
Storage Tracking & File Requests
File Tracker allows staff to maintain accurate record and traction of destroyed or stored boxes and files, and permit users to requests files.
N/A
https://github.com/jasmineMLewis/File-Tracker
File Tracker is a .NET project for Housing Authority of New Orleans.
Major.Minor.Patch
Old project from late 2010s (2018 - 2019)
New Updates Added as of 2024
- Box - Check if box exists when created
- Database Tables - Singularize tables' names
- Session - Add session method to all files
July 20, 2024
Technology | Version |
---|---|
ASP.NET Web Application (.NET Framework) | 4.7.2 |
Visual Basic | |
Bootstrap | 5.2.3 |
Font Awesome | 6.3.0 |
JQuery | 5.2.3 |
- Download MicroSoft (MS) SQL Server Managment Studio
- Download MicroSoft (MS) Visual Studio 2022
Within the File-Tracker folder, navigate to database folder, and open the following folders:
- create-tbls-sql
- insert-data-sql
Execute database files in SQL Server Managment Studio within 'create-tbls-sql' folder:
- ./database/create-tbls-sql/1-1-file-traker-create-tbls-refernce.sql
- ./database/create-tbls-sql/1-2-file-traker-create-tbls-permanent.sql
Execute database files in SQL Server Managment Studio within 'insert-data-sql' folder:
- ./database/insert-data-sql/2-1-insert-data-tbls-refernce.sql
- ./database/insert-data-sql/2-2-insert-data-tbls-permanent.sql
- Open FileTracker project folder (contains FileTracker.sln) in MS Visual Studio 2022
- Navigate to Web.Config, modify database host and password to your localhost credentials
- After the application is open in Visual Studio, press IIS Express on the top tool bar
To log into the application, here are some test users from the database files:
Namme | Password | |
---|---|---|
Admin | admin@gmail.com | Qwerty1 |
Namme | Password | |
---|---|---|
Project Specialist | projectSpecialist@gmail.com | Qwerty1 |
Namme | Password | |
---|---|---|
Housing Specialist | housingSpecialist@gmail.com | Qwerty1 |
Namme | Password | |
---|---|---|
File Room Clerk | fileRoomClerk@gmail.com | Qwerty1 |
File Tracker's folders are Box, File, Request, RoleDashboard and User.
Maintain count and traction for location of files in boxes.
- Boxes for Purging
Maintain accurate record of destroyed files.
- Files for Purging
Solicit files needed for clients and inspection.
- Request for a File
- Indication that the user has received the File
- Indication to File Clerk for Pick Up
- Indication the user has given the File to Clerk
Dashboard displays genral content per user type.
Manage users who have access to the system.
- View File Requests from all Users
- Export File Requests to Excel
- Create a File Request
- Check Out, Request Pick Up and Check In for File Requests
- Create Files to Purge
- Create Boxes of Files to Purge
- Create a File Request
- Check Out, Request Pick Up and Check In for File Requests
- Create Files to Purge
- Create Boxes of Files to Purge
- Create a File Request
- Export File Requests to Excel
- Create & Edit User
Reference Tables share identical fields/column data in another table. (Ordered by Relevance):
- Role
- Location
- PurgeType
- Purpose
- Priority
Permanent Tables have their own table structure, columns, data types, constraints and indexes. (Ordered by Relevance):
- User
- Box
- File
- Request