Open Issues Need Help
View All on GitHubAI Summary: Implement robust security measures for the Library-System project, including using environment variables for sensitive data, ensuring up-to-date encryption for libraries and databases (at least 256-bit AES), utilizing HTTPS for all API requests, and encrypting log files. Further security suggestions are welcome.
AI Summary: Implement a configuration system for the Library-System backend, allowing users to easily modify settings such as database format specifications and member import methods via a configuration file (format to be determined, considering YAML or JSON).
AI Summary: Develop a Flask-based backend for a library system that handles loan requests, securely storing loan information in a database. This is the initial phase, with more features to be added later.