diff --git a/README.md b/README.md index 6eb3acc..4c87c6b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ The Comparison Project is designed to: ## Tech Stack -**Backend Framework**: Flask +**Frontend Framework**: HTML, CSS, Js, Bootstrap +**Backend Framework**: Python Flask **Database**: SQL Database (MySQL/PostgreSQL/SQLite configured via environment variables) **ORM**: SQLAlchemy **File Processing**: Pandas, OpenPyXL, XlsxWriter @@ -580,4 +581,4 @@ Open browser: `http://127.0.0.1:5000/` For issues, feature requests, or contributions, please contact the development team. -**Last Updated:** January 2026 \ No newline at end of file +**Last Updated:** April 2026 \ No newline at end of file diff --git a/app/routes/file_report.py b/app/routes/file_report.py index 1e5de6b..e48f87d 100644 --- a/app/routes/file_report.py +++ b/app/routes/file_report.py @@ -29,17 +29,24 @@ def add_action_columns(df, model_key): if df.empty: return df - df.insert(0, "Select", df["Id"].apply( + # Edit + Delete side by side in one "Action" column, both as icon buttons. + df.insert(0, "Action", df["Id"].apply( + lambda x: ( + f'