Conversation
bf84fed to
563ba68
Compare
563ba68 to
365c709
Compare
|
It's alive 🥳 Not even one year stale :D |
|
I concluded that it makes sense to wait for #4088 before working further on this |
Blocker Analysis
#3394 and #4088 are independent - they both modify
They can be merged in any order with merge conflict resolution. What needs to be fixed1. Rebase onto current
|
This is the plan and the reason I added the blocker last week. The suggested rebase already happened last week. The blocker label here marks for myself and others who might be interested that further work is on hold to avoid implementing similar things twice and to prevent diffcult merges. The description I didn't change since this is still work in progress and not all requirements are met yet. |
|
Okay, i couldn't maybe judge what a "diffcult merge" might be. thought it's touching different areas and the blocking-label seems to me as a "slowing down"-marker. |
|
In this case I'm waiting for some attributes #4088 is introducing. Theoreticly I could branch of from the branch that #4088 wants to merge into develop, but in the current planning, the priority isn't high enough compared to #4088 and for example the push notifacation translation. Branching off could possibly mean more work rebasing/merging, depending on the reviews for #4088. So I decided to avoid that risk and work on more pressing things and continue with this after #4088 is merged. So the blocked-label is more a "this is waiting on another Issue to be fixed, but next steps are clear" label. The blocking-label on the other hand would mean here is a bottle neck and another Issue is waiting for this. |
Short description
This PR adds the download function for page access statistics
Proposed changes
updatePageAccessesinstatistics-page-accesses.tsis extended to create an array with the page statistics data and a methodexportPageAccessesDatais introducedSide effects
Resolved issues
Fixes: #3134
Pull Request Review Guidelines