Skip to content

denniwang/IssueExpress

Repository files navigation

Transcript Overview Application

Sign In

Overview

The Transcript Overview Application is a dynamic web application designed to manage and visualize project tickets. It provides an interactive interface for users to view, edit, and organize tickets into approved and rejected categories. The application features a visually appealing node-based layout with popups for detailed ticket information.

Features

  • Interactive Node Layout: Visualize tickets as nodes connected by paths, providing a clear overview of project progress.
  • Editable Popups: Click or hover over nodes to view and edit ticket details in a popup.
  • Dynamic Ticket Management: Easily move tickets between approved and rejected categories.
  • Persistent Storage: Save ticket data locally to maintain state across sessions.
  • Responsive Design: Ensures a seamless experience across devices.

Installation

  1. Clone the Repository
  2. Install Dependencies

npm install

  1. Run the Application

npm run dev

  1. Open in Browser

Navigate to http://localhost:3000 to view the application.

Usage

  • View Tickets: Tickets are displayed as nodes. Hover or click on a node to view details.
  • Edit Tickets: Use the popup to edit ticket names and descriptions.
  • Manage Tickets: Click "Remove" to move a ticket to the rejected category or restore it back.
  • Submit Roadmap: Use the "Submit Roadmap" button to finalize and submit your project plan.

Technologies Used

  • React: For building the user interface.
  • Next.js: For server-side rendering and routing.
  • Tailwind CSS: For styling and responsive design.
  • LocalStorage: For persistent data storage.

Contributing

Contributions are welcome! Please follow these steps: Fork the repository. Create a new branch: git checkout -b feature/your-feature-name. Make your changes and commit them: git commit -m 'Add new feature'. Push to the branch: git push origin feature/your-feature-name. Submit a pull request.

Contact

For questions or support, please contact wennisdang@gmail.com.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5