Add multiple datasets to calendar activity
AbandonedPublic

Authored by dekumar on Dec 23 2019, 9:03 AM.

Details

Summary

Status: Needs Review

Changes Done:

  • Added multiple datasets to Calendar and find the day activity.
  • Created a generic algorithm to generate template questions as per the parameters it is provided

levels added and indent fixed

Test Plan

Apply the diff on multiple_dataset branch or pull the changes from the branch gsoc_akshaychd_calendar_multiple_datasets

Diff Detail

Repository
R2 GCompris
Branch
gsoc_akshaychd_calendar_multiple_datasets
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 20184
Build 20202: arc lint + arc unit
dekumar created this revision.Dec 23 2019, 9:03 AM
Restricted Application added a subscriber: kde-edu. · View Herald TranscriptDec 23 2019, 9:03 AM
dekumar requested review of this revision.Dec 23 2019, 9:03 AM
dekumar updated this revision to Diff 72047.EditedDec 23 2019, 9:06 AM

Changes I have done:

  1. Added one level selection to find date in any month
  2. Made the okButton, level and activityConfig visible when there is no tutorial.

@jjazeix Please review it.
Thanks!

@dekumar the patch does not apply:
git apply calendar.patch
error: patch failed: src/activities/find_the_day/resource/1/Data.qml:43
error: src/activities/find_the_day/resource/1/Data.qml: patch does not apply

Can you please check why?

@dekumar the patch does not apply:
git apply calendar.patch
error: patch failed: src/activities/find_the_day/resource/1/Data.qml:43
error: src/activities/find_the_day/resource/1/Data.qml: patch does not apply

Can you please check why?

Can you please try once applying the patch to gsoc_akshaychd_calendar_multiple_datasets branch? As I have made changes and created a diff from this branch.
Thanks!

Can you please try once applying the patch to gsoc_akshaychd_calendar_multiple_datasets branch? As I have made changes and created a diff from this branch.
Thanks!

It's the branch we try to apply it

Can you please try once applying the patch to gsoc_akshaychd_calendar_multiple_datasets branch? As I have made changes and created a diff from this branch.
Thanks!

It's the branch we try to apply it

Hi, I tried to apply the patch by deleting the previous akshaychd_calendar branch by trying out these steps and didn't got any error:
git checkout -b gsoc_akshaychd_calendar_multiple_datasets origin/gsoc_akshaychd_calendar_multiple_datasets
arc patch D26176

Can you please check again once?
Thanks!

jjazeix added a comment.EditedDec 27 2019, 6:24 PM

Can you please try once applying the patch to gsoc_akshaychd_calendar_multiple_datasets branch? As I have made changes and created a diff from this branch.
Thanks!

It's the branch we try to apply it

Hi, I tried to apply the patch by deleting the previous akshaychd_calendar branch by trying out these steps and didn't got any error:
git checkout -b gsoc_akshaychd_calendar_multiple_datasets origin/gsoc_akshaychd_calendar_multiple_datasets
arc patch D26176

Can you please check again once?
Thanks!

This is not based on the latest commit of the branch.
git checkout gsoc_akshaychd_calendar_multiple_datasets && git log --oneline | cat

Your branch is up to date with 'origin/gsoc_akshaychd_calendar_multiple_datasets'.
9fa1cdf2c calendar, resolve minor bugs
3cfe05f5d calendar, add full date format in find the day questions

Your branch:
git checkout arcpatch-D26176 && git log --oneline | cat

Already on 'arcpatch-D26176'
eb359a5d1 Add multiple datasets to calendar activity
3cfe05f5d calendar, add full date format in find the day questions

It misses the last commit (9fa1cdf2c calendar, resolve minor bugs).

This comment was removed by dekumar.

@jjazeix Sorry, I didn't checked that. I would apply that commit and update the diff again. Thanks!

@jjazeix I have create a new diff D26252 as updating this diff might have again updates all of the files of my latest applied commits.
Thanks!

dekumar abandoned this revision.Dec 28 2019, 8:40 AM