- Jun 01, 2025
-
-
Alexander Kohler authored
# Conflicts: # README.md
-
Cecile Ntsama authored
-
- May 30, 2025
-
-
Cecile Ntsama authored
-
Cecile Ntsama authored
-
Dasan Ibrahim authored
-
Dasan Ibrahim authored
-
Dasan Ibrahim authored
-
Dasan Ibrahim authored
-
Dasan Ibrahim authored
-
Dasan Ibrahim authored
-
Dasan Ibrahim authored
-
Cecile Ntsama authored
-
Cecile Ntsama authored
-
Cecile Ntsama authored
add project folder with CRUD Operation for the project and validation with requirementsmanagement withing Project and search functions set up prroper authorization and comprehensive login througout all operations
-
- May 29, 2025
-
-
Alexander Kohler authored
PROBLEM: Project list and detail pages were showing 'Internal Server Error' instead of displaying project data. The Go template engine couldn't access project data because it was wrapped in a BaseTemplateData structure. TECHNICAL DETAILS: - Templates were trying to access .Projects directly - But data was actually nested under .Data.Projects due to web framework wrapping - This caused 'can't evaluate field Projects in type *web.BaseTemplateData' errors - Same issue affected project detail pages with .Project vs .Data.Project CHANGES MADE: - _list.go.html: Changed all .Projects references to .Data.Projects - _detail.go.html: Changed all .Project references to .Data.Project - _requirements-list.go.html: Fixed data access for requirements display - Updated conditional logic to work with new data structure IMPACT: - Project list page now displays all user projects correctly - Project detail pages show full project information and requirements - No more template rendering errors in browser or server logs - All HTMX interactions (edit, delete, search) work properly again TESTING: - Verified project list loads with all 6 test projects - Confirmed project detail pages show tabs and content - Checked that edit/delete actions work without errors NOTE FOR DEV TEAM: Project Management team can now pull these fixed HTML templates for integration into their development environment." To Do: to test the delete functions, we have to set the right file to assets and adjust the index.html
-
- May 27, 2025
-
-
Cecile Ntsama authored
-
Cecile Ntsama authored
-
Cecile Ntsama authored
-
- May 24, 2025
-
-
Colin Jakob authored
-
- May 23, 2025
-
-
Alexander Kohler authored
-
Alexander Kohler authored
-
Alexander Kohler authored
-
Alexander Kohler authored
-
Colin Jakob authored
Merge branch 'TeamProjectoverview' of https://gitlab.reutlingen-university.de/korobc24/harmony-experimental-branch into TeamProjectoverview
-
Colin Jakob authored
-
Colin Jakob authored
-
- May 22, 2025
-
-
Alexander Kohler authored
-
- May 20, 2025
-
-
Alexander Kohler authored
-
Cecile Ntsama authored
-
Colin Jakob authored
-
Colin Jakob authored
-
Colin Jakob authored
-
- Jan 03, 2025
-
-
Amel Abdic authored
-
- Dec 08, 2024
-
-
Amel Abdic authored
-
Amel Abdic authored
-
- Nov 05, 2024
-
-
Jens authored
-
- Oct 29, 2024
-
-
Jens authored
(cherry picked from commit 24a969818780e50ff853c622f40fed7e58968769)
-
- Feb 24, 2024
- Feb 15, 2024
-
-
jensilo authored
-