Here’s the corrected README.md
file for the Intelligence Collection Planner app:
An interactive web application for managing and analyzing intelligence collection plans, designed to streamline case management, prioritize intelligence requirements (PIRs), and track hypotheses, tasks, and final tasks.
You can preview and try the web application here: https://tabalizer.github.io/Intelligence-Collection-Plannar/
- Case Management: Manage details for each case, including case number, name, type, agent information, stakeholder, case date, and description.
- Hypotheses Management: Add, edit, and delete hypotheses linked to each case.
- PIR Management: Create prioritized intelligence requirements (PIRs) connected to hypotheses and assign priorities.
- Task Tracking: Organize collection tasks associated with PIRs, track their sources, data categories, and priorities.
- Final Task List: Review and organize final tasks, marking them as completed when done.
- Export Capabilities: Save case data in JSON, CSV, and PDF formats for easy sharing and archiving.
- HTML & CSS: For layout and styling.
- JavaScript: For interactive functionality.
- jsPDF: For generating PDF files.
- Clone this repository:
git clone https://github.com/tabalizer/Intelligence-Collection-Plannar.git
- Open
index.html
in your web browser to start using the app.
- Case Management: Enter case details, including stakeholder and description.
- GIR & Hypotheses: Manage Genereal Information Requirements & Hypotheses for each case in the GIR & Hypotheses section.
- PIR Management: Link GIR & Hypotheses to PIRs and assign priorities.
- Tasks and Final Tasks: Manage tasks associated with each case, tracking priority, adding data and source, and status.
- Export: Use export buttons to download case data in JSON, CSV, or PDF formats.
This project is licensed under the GNU General Public License v3.0. See the full license in the LICENSE file.
© 2024 @tabalizer. Visit the GitHub repository for updates.
Contributions are welcome! To contribute:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
If you have any issues or questions, please open an issue in the GitHub issues section.
Special thanks to the developers of jsPDF for the PDF generation functionality used in this app.
This README file includes all necessary sections for a well-documented GitHub project. Be sure to replace `"path/to/screenshot.png"` with the actual path if you add screenshots.