Go to file
Mahmoud-Emad 7b15606da5 refactor: Remove unnecessary debug print statements
- Removed several `println!` statements from the `governance`
  controller and `proposals` database module to improve code
  cleanliness and reduce unnecessary console output.
- Updated the `all_activities.html` template to use the
  `created_at` field instead of `timestamp` for activity dates.
- Updated the `index.html` template to use the `created_at`
  field instead of `timestamp` for activity timestamps.
- Added `#[allow(unused_assignments)]` attribute to the
  `create_activity` function in `proposals.rs` to suppress a
  potentially unnecessary warning.
2025-05-28 09:24:56 +03:00
actix_mvc_app refactor: Remove unnecessary debug print statements 2025-05-28 09:24:56 +03:00
specs Vocabulary fixes 2025-05-05 11:32:09 +03:00
.gitignore .... 2025-04-19 19:11:13 +02:00
README.md Initial commit 2025-04-19 16:45:14 +00:00
start.sh implement governance and flow functionality 2025-04-22 02:15:49 +02:00

hostbasket