Skip to content

rij1/Intern_Management_System_Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internship Management System - Desktop Application

A desktop-based Internship Management System developed during my internship. The application is designed to help manage internship requests, department approvals, task progress, certificate requests, and administrative workflows from a dedicated desktop environment.

The system supports both online and offline usage. Users can continue working when internet access is unavailable, and once connectivity is restored, the application synchronizes pending changes with the server so work can continue without interruption.

Key Highlights

  • Desktop application built with Electron
  • Offline-first workflow with local data storage
  • Automatic synchronization when internet connectivity is available
  • Role-based access for administrative users
  • Internship request approval and rejection workflow
  • Task monitoring and completion tracking
  • Certificate request review and approval
  • Department and staff management
  • File synchronization support
  • Windows desktop installer support

Purpose

The goal of this project is to provide a reliable desktop version of an internship management platform. Since internet connectivity may not always be available, the application allows staff to continue working locally.

When the system comes back online, pending changes are synchronized with the server to keep local and central data aligned.

User Roles

The application supports multiple administrative roles with separate permissions and dashboards:

  • Super Admin
  • Admin
  • Sub Admin
  • Moderator

Main Features

Internship Management

  • View internship applications
  • Search and filter requests
  • Approve or reject applications
  • View applicant and internship details
  • Track approval status across multiple levels

Task Management

  • View assigned internship tasks
  • Track submitted and pending tasks
  • Review task completion status
  • Approve or reject submitted work

Certificate Management

  • Review certificate requests
  • Approve or reject certificate applications
  • Maintain certificate-related internship details

Department And User Management

  • Manage departments
  • Manage department-level users
  • View role-specific user lists
  • Support administrative staff workflows

Offline And Online Synchronization

The application is designed so work does not stop when the internet is unavailable.

When offline:

  • Data is stored locally
  • User actions are recorded for later sync
  • Files are tracked for synchronization
  • Staff can continue working with available records

When online:

  • Pending local changes are synchronized with the server
  • File changes are synchronized
  • Updated server records are refreshed in the desktop app
  • Sync status is updated locally

This makes the system suitable for environments where network availability may be inconsistent.

Tech Stack

  • Electron
  • Node.js
  • JavaScript
  • HTML
  • CSS
  • SQLite
  • Bootstrap-based UI
  • Electron Builder

Requirements

  • Node.js
  • npm
  • Windows is recommended for installer builds

Installation

Install the required dependencies:

npm install

Run The Application

Start the desktop app in development mode:

npm start

Build Installer

Generate the desktop installer:

npm run build

Database

The application uses local SQLite storage to support offline operation. Local data is used while offline and synchronized with the server when internet connectivity is available.

Synchronization

The synchronization system is responsible for:

  • Fetching updated records from the server
  • Saving server updates locally
  • Tracking changes made while offline
  • Uploading pending file changes
  • Refreshing local data after a successful sync

Project Status

This repository contains the desktop application version of the Internship Management System.

About

Offline-capable desktop system to seamlessly manage internship requests, task tracking, and certificates.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors