Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a sporadic printing error in the GeDASI application (PEM/DASI modules). The error, occurring in approximately 1 out of 15-20 print jobs, displays a message indicating a problem with the PDF generation process. The task involves analyzing the provided error message and screenshot, investigating the codebase (especially the printing modules and their interaction with the API and database), identifying the root cause, and implementing a fix to ensure reliable PDF generation.
AI Summary: Improve the user experience of the amendment ordering feature in the GeDASI portal by preventing the page from reloading after ordering. The goal is to maintain the current ordering view, eliminating the need to return to the grid view, thus speeding up the workflow for personnel.
AI Summary: Investigate and resolve performance issues causing slow amendment modification in the GeDASI PEM module. The issue manifests as slow response times and intermittent errors, particularly with unencrypted draft amendments. Debugging will involve analyzing the application's code (C#, .NET), database interactions (MS SQL Server), and potentially the network infrastructure. The goal is to identify the bottleneck and implement a fix to improve amendment modification speed and eliminate the error.
AI Summary: Debug and fix a bug in the GeDASI application's "General Information" section where saving with only the subject code and political area entered results in an error. This requires examining the application's error logs, potentially reviewing the database schema and validation rules for the "General Information" form, and implementing a fix to handle the incomplete data or improve error handling.