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

Enable reportDate on CSV export for attedance and socring #3707

Open
lachko opened this issue Jun 12, 2024 · 0 comments · May be fixed by #3699
Open

Enable reportDate on CSV export for attedance and socring #3707

lachko opened this issue Jun 12, 2024 · 0 comments · May be fixed by #3699
Assignees
Labels
review In a prerelease for review.
Milestone

Comments

@lachko
Copy link
Contributor

lachko commented Jun 12, 2024

The db document contains a reportDate input for teach installation using Attendance and Scoring.
This input from top level is not making it to the csv file (in mysql it does go to the database)
We need this input in the csv file

sample doc:
{
"_id": "attendance-1-G6-1-Sci-fqYoUizv-2024-05-14-brac156-15:10:45.550+06:00",
"_rev": "45-test",
"timestamp": 1715677845549,
"classId": "test-test",
"grade": "1-G6-1-Sci",
"reportDate": "2024-05-14",
"attendanceList": [
{
"id": "STJ-id-dfdf",
"student_name": "test",
"classId": "test-tes",
"student_num": "STJ-test",
"absent": null,
"late": null
},
{
"id": "P57-fdfd-fd",
"student_name": "test",
"student_surname": "test",
"classId": "test-00066878",
"student_num": "P57-test",
"absent": null,
"late": null
},
etc ....

}

evansdianga pushed a commit that referenced this issue Jun 13, 2024
Add `reportDate` property to the `flattenedFormResponse`

Refs #3707
@esurface esurface added the review In a prerelease for review. label Jun 24, 2024
@esurface esurface linked a pull request Jun 24, 2024 that will close this issue
@esurface esurface added this to the v3.31.0 milestone Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review In a prerelease for review.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants