Skip to content

Conversation

KTS-o7
Copy link

@KTS-o7 KTS-o7 commented Nov 5, 2024

This pull request includes significant updates to the application, focusing on refactoring the data handling from CSV to JSON, adding user management features, and updating the frontend to accommodate these changes. The most important changes include the migration of data storage, the addition of user management routes, and updates to the HTML and CSS files to reflect these changes.

Data Handling and Storage:

  • Migrated data storage from CSV to JSON format for both streak data and user data. (app.py, config.py, data/streaks.json, data/users.json) [1] [2] [3] [4]

User Management:

  • Added routes and functions to handle adding and deleting users. (app.py)
  • Updated the index function to dynamically load and display users. (app.py)

Frontend Updates:

  • Updated the HTML template to include forms for adding and deleting users, and to display user-specific data. (templates/index.html)
  • Modified CSS to improve layout and styling for the new user management features. (static/css/styles.css) [1] [2]

…N; Modify CSS to reflect changes; Add ASCII code for emoji; Add form validation for question submission;
@KTS-o7
Copy link
Author

KTS-o7 commented Nov 5, 2024

@kawasthi04 requesting code review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant