Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create database limits #24

Open
5 of 8 tasks
ItayS14 opened this issue Oct 5, 2020 · 1 comment
Open
5 of 8 tasks

Create database limits #24

ItayS14 opened this issue Oct 5, 2020 · 1 comment
Assignees
Labels
backend related to backend code enhancement New feature or request

Comments

@ItayS14
Copy link
Collaborator

ItayS14 commented Oct 5, 2020

  • Create a scheduled task that deletes chat data after a period of time
    • clean chat data of a specific report after 1 day
    • clean all inactive users after 1 hour ( didn't validate account using Email)
    • clean reports of each user after 1 month
  • Limit number of classes and reports per user
    • max 7 reports per classroom
    • max 10 classrooms per user
  • Limit student_list (excel/csv) students in classroom to 150
InbarShirizly added a commit that referenced this issue Oct 5, 2020
@ItayS14 ItayS14 mentioned this issue Oct 6, 2020
@InbarShirizly
Copy link
Owner

at the moment, the platform is not supporting chat display. Hence chat data will not be stored in the db and the following features are not in priority

InbarShirizly added a commit that referenced this issue Oct 8, 2020
currently decision to not support chat storage and limitation on it - created a config for it
@InbarShirizly InbarShirizly added backend related to backend code enhancement New feature or request labels Oct 9, 2020
InbarShirizly added a commit that referenced this issue Nov 4, 2020
add timestamps for all the modules. currently deleting when posting new report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend related to backend code enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants