From 4b614902b2bd11363edc12254de755f2902c0f79 Mon Sep 17 00:00:00 2001 From: ribardej Date: Thu, 13 Nov 2025 14:33:42 +0100 Subject: [PATCH] feat(docs): report.md update --- 7project/checklist.md | 116 +++++++++++++++++++++--------------------- 7project/report.md | 2 + README.md | 2 + 3 files changed, 62 insertions(+), 58 deletions(-) diff --git a/7project/checklist.md b/7project/checklist.md index 9bd4596..803c445 100644 --- a/7project/checklist.md +++ b/7project/checklist.md @@ -7,64 +7,64 @@ Focus on areas that align with your project goals and interests. The core deliverables are required. This means that you must get at least 2 points for each item in this category. -| **Category** | **Item** | **Max Points** | **Points** | -|----------------------------------| --------------------------------------- | -------------- |-------------------------------------------------| -| **Core Deliverables (Required)** | | | | -| Codebase & Organization | Well-organized project structure | 5 | 5 | -| | Clean, readable code | 5 | 4 | -| | Use planning tool (e.g., GitHub issues) | 5 | 4 | -| | Proper version control usage | 5 | 5 | -| 23 | Complete source code | 5 | 5 | -| Documentation | Comprehensive reproducibility report | 10 | 4-5 | -| | Updated design document | 5 | 2 | -| | Clear build/deployment instructions | 5 | 2 | -| | Troubleshooting guide | 5 | 1 | -| | Completed self-assessment table | 5 | 2 | -| 14 | Hour sheets for all members | 5 | 3 | -| Presentation Video | Project demonstration | 5 | 0 | -| | Code walk-through | 5 | 0 | -| 0 | Deployment showcase | 5 | 0 | -| **Technical Implementation** | | | | -| Application Functionality | Basic functionality works | 10 | 8 | -| | Advanced features implemented | 10 | 0 | -| | Error handling & robustness | 10 | 4 | -| 16 | User-friendly interface | 5 | 4 | -| Backend & Architecture | Stateless web server | 5 | 5 | -| | Stateful application | 10 | ? WHAT DOES THIS MEAN | -| | Database integration | 10 | 10 | -| | API design | 5 | 5 | -| 20 | Microservices architecture | 10 | 0 | -| Cloud Integration | Basic cloud deployment | 10 | 10 | -| | Cloud APIs usage | 10 | ? WHAT DOES THIS MEAN | -| | Serverless components | 10 | 0 | -| 10 | Advanced cloud services | 5 | 0 | -| **DevOps & Deployment** | | | | -| Containerization | Basic Dockerfile | 5 | 5 | -| | Optimized Dockerfile | 5 | 0 | -| | Docker Compose | 5 | 5 - dev only | -| 15 | Persistent storage | 5 | 5 | -| Deployment & Scaling | Manual deployment | 5 | 5 | -| | Automated deployment | 5 | 5 | -| | Multiple replicas | 5 | 5 | -| 20 | Kubernetes deployment | 10 | 10 | -| **Quality Assurance** | | | | -| Testing | Unit tests | 5 | 2 | -| | Integration tests | 5 | 2 | -| | End-to-end tests | 5 | 5 | -| 9 | Performance testing | 5 | 0 | -| Monitoring & Operations | Health checks | 5 | 5 | -| | Logging | 5 | 2 - only to terminal add logstash | -| 9 | Metrics/Monitoring | 5 | 2 - only DB, need to create Prometheus endpoint | -| Security | HTTPS/TLS | 5 | 5 | -| | Authentication | 5 | 5 | -| 15 | Authorization | 5 | 5 | -| **Innovation & Excellence** | | | | -| Advanced Features and | AI/ML Integration | 10 | 0 | -| Technical Excellence | Real-time features | 10 | 0 | -| | Creative problem solving | 10 | ? | -| | Performance optimization | 5 | 2 | -| 2 | Exceptional user experience | 5 | 0 | -| **Total** | | **255** | **153** | +| **Category** | **Item** | **Max Points** | **Points** | **Comments** | +|----------------------------------| --------------------------------------- | -------------- |-------------------------------------------------| | +| **Core Deliverables (Required)** | | | | | +| Codebase & Organization | Well-organized project structure | 5 | 5 | | +| | Clean, readable code | 5 | 4 | | +| | Use planning tool (e.g., GitHub issues) | 5 | 4 | | +| | Proper version control usage | 5 | 5 | | +| 23 | Complete source code | 5 | 5 | | +| Documentation | Comprehensive reproducibility report | 10 | 4-5 | | +| | Updated design document | 5 | 2 | | +| | Clear build/deployment instructions | 5 | 2 | | +| | Troubleshooting guide | 5 | 1 | | +| | Completed self-assessment table | 5 | 2 | | +| 14 | Hour sheets for all members | 5 | 3 | | +| Presentation Video | Project demonstration | 5 | 0 | | +| | Code walk-through | 5 | 0 | | +| 0 | Deployment showcase | 5 | 0 | | +| **Technical Implementation** | | | | | +| Application Functionality | Basic functionality works | 10 | 8 | | +| | Advanced features implemented | 10 | 0 | | +| | Error handling & robustness | 10 | 4 | | +| 16 | User-friendly interface | 5 | 4 | | +| Backend & Architecture | Stateless web server | 5 | 5 | | +| | Stateful application | 10 | ? WHAT DOES THIS MEAN | | +| | Database integration | 10 | 10 | | +| | API design | 5 | 5 | | +| 20 | Microservices architecture | 10 | 0 | | +| Cloud Integration | Basic cloud deployment | 10 | 10 | | +| | Cloud APIs usage | 10 | ? WHAT DOES THIS MEAN | | +| | Serverless components | 10 | 0 | | +| 10 | Advanced cloud services | 5 | 0 | | +| **DevOps & Deployment** | | | | | +| Containerization | Basic Dockerfile | 5 | 5 | | +| | Optimized Dockerfile | 5 | 0 | | +| | Docker Compose | 5 | 5 - dev only | | +| 15 | Persistent storage | 5 | 5 | | +| Deployment & Scaling | Manual deployment | 5 | 5 | | +| | Automated deployment | 5 | 5 | | +| | Multiple replicas | 5 | 5 | | +| 20 | Kubernetes deployment | 10 | 10 | | +| **Quality Assurance** | | | | | +| Testing | Unit tests | 5 | 2 | | +| | Integration tests | 5 | 2 | | +| | End-to-end tests | 5 | 5 | | +| 9 | Performance testing | 5 | 0 | | +| Monitoring & Operations | Health checks | 5 | 5 | | +| | Logging | 5 | 2 - only to terminal add logstash | | +| 9 | Metrics/Monitoring | 5 | 2 - only DB, need to create Prometheus endpoint | | +| Security | HTTPS/TLS | 5 | 5 | | +| | Authentication | 5 | 5 | | +| 15 | Authorization | 5 | 5 | | +| **Innovation & Excellence** | | | | | +| Advanced Features and | AI/ML Integration | 10 | 0 | | +| Technical Excellence | Real-time features | 10 | 0 | | +| | Creative problem solving | 10 | ? | | +| | Performance optimization | 5 | 2 | | +| 2 | Exceptional user experience | 5 | 0 | | +| **Total** | | **255** | **153** | | ## Grading Scale diff --git a/7project/report.md b/7project/report.md index bee2009..eaf56fb 100644 --- a/7project/report.md +++ b/7project/report.md @@ -9,6 +9,8 @@ **Project Name**: Personal Finance Tracker +**Deployment URL**: https://finance.ltrk.cz/ + **Group Members**: - 289229, Lukáš Trkan, lukastrkan diff --git a/README.md b/README.md index e3dfcac..5eef461 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # Group-8 project + +https://finance.ltrk.cz/ \ No newline at end of file