nvallinoto
nvallinoto
Hi [@jpahullo](https://github.com/jpahullo), I wrote the interface of the two API: **queue_merging_request** and **get_queue_list_merging_request** Now I see them in the API documentation moodle page. / Next step is the creation of...
Hi [@jpahullo](https://github.com/jpahullo), thanks a lot for your very useful comments. I introduced all of your suggestions in database schema. You will find it in attachment. [20230320_mergeusers_api_table.txt](https://github.com/ndunand/moodle-tool_mergeusers/files/11016591/20230320_mergeusers_api_table.txt) In my previous comment...
Hi [@jpahullo](https://github.com/jpahullo), I have updated the diagram [20230317_Moodle_MergeUserAccounts_API.pdf](https://github.com/ndunand/moodle-tool_mergeusers/files/11019158/20230317_Moodle_MergeUserAccounts_API.pdf) with the two web services following the last suggestions regarding the columns definition of the new Moodle table. I have seen your...
at the moment I will continue to develop without thinking to the data to be exported from the actual table to the new one. I have one more detailed question...
I created the table _tool_mergeusers_queue_ using _upgrade.php_ and I have seen that _magically_ the sequence **tool_mergeusers_queue_id_seq** was created too. Well. Let's go on.
thank you [jpahullo](https://github.com/jpahullo), I started to write the adhoc task. I need an explanation about these two points: 1) _"If 0 users match any of the remove or keep users,...
@jpahullo, about point 1) the check if exists only one user to keep or to remove is already done by the web service (new API) _tool_mergeusers_enqueue_merging_request_. If the number of...
I've updated the diagram which summarizes graphically the way I've followed in writing the code. [20230403_Moodle_MergeUserAccounts_API.pdf](https://github.com/ndunand/moodle-tool_mergeusers/files/11138206/20230403_Moodle_MergeUserAccounts_API.pdf) It's the same I uploaded in related #218 issue.
Hi Jordi, here you find my code for _adhoc_task_ **merge_user_accounts** following your comment https://github.com/ndunand/moodle-tool_mergeusers/issues/207#issuecomment-1491851294 I included the termination where retries reaches max attempts (variable added in settings.php) Tell me if...
I added **completedtime** for a mistake. I think we can use only **modifiedtime**.