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

Add log activity record #287

Closed
4 tasks
mazipan opened this issue Oct 29, 2024 · 1 comment
Closed
4 tasks

Add log activity record #287

mazipan opened this issue Oct 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mazipan
Copy link
Owner

mazipan commented Oct 29, 2024

Description

Inspired by the log activity report from the elementary school when Ramadhan.

Implementation Model

Tasks

  • Show calendar inline
  • Add record per date
    • 5 Shalat --> yes/no question
  • Save in local storage

Possible structure:

{
  "YYYY-MM-DD": {
    1: 1, // 1 is Shubuh, value is 1 or 0
    2: 1, // 2 is Dzuhur 
    3: 0,
    4: 0,
    5: 0,
  }
}
@mazipan mazipan added the enhancement New feature or request label Oct 29, 2024
@mazipan mazipan self-assigned this Oct 29, 2024
@mazipan
Copy link
Owner Author

mazipan commented Oct 31, 2024

Closed #288 #289

@mazipan mazipan closed this as completed Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant