-
Notifications
You must be signed in to change notification settings - Fork 98
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
WIP: allow editing of submission by the user #1690
base: main
Are you sure you want to change the base?
Conversation
b8974c8
to
ebe6255
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added some comments on the Changelog and the translations :)
I didn't have a closer look for now.
But one thing that I already saw: you seem to delete an existing submission instead of updating it. I'm not quite sure if that's the way to go here.
Thank you @Chartman123 The whole pull request is not fully functional yet. |
@tpokorra yes no problem :) you can have a look at the PR implementing the local storage how the components get their values there. And for getting the values from the database and pass them to the front-end can be seen in the results view... |
TODO list:
|
@tpokorra I've added your checklist to first post :) And btw thank you very much for your contribution to this project 👍🏻 I've also run the automated check workflows for this PR so that you can easily find problems with your commits. Please have a look at the failed checks. If you have questions about some of the checks feel free to ask 🙂 |
f5cc31d
to
09db0ef
Compare
@tpokorra please don't merge the main branch into your branch. Use git rebase to update your branch to the latest commits to main :) You can also use git rebase to squash your commits into a single one so that the commit history on your main branch stays clean :) You can try |
76b1260
to
71f1622
Compare
3f1f5db
to
b163c92
Compare
@Chartman123 I have a small question: why is there a reference to I get this error:
If I change it from Am I missing something to install? I ran:
phpunit in vendor/bin shows version |
@tpokorra didn't manage to run the unit tests locally... Regarding the |
@Chartman123 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1690 +/- ##
============================================
- Coverage 44.62% 41.96% -2.66%
+ Complexity 658 653 -5
============================================
Files 58 59 +1
Lines 2593 2607 +14
============================================
- Hits 1157 1094 -63
- Misses 1436 1513 +77 |
48e8988
to
6917908
Compare
6917908
to
9d148cd
Compare
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
…revious submission Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
…erviceTest:: is deprecated Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
…lation to allowEdit option Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
Signed-off-by: Timotheus Pokorra <[email protected]>
9d148cd
to
d60b3c4
Compare
Hello @tpokorra I thank you very much for your good work. I fully support this feature, which I believe is very important in many use cases. Do you need help, and if so, where? |
@tpokorra are you still working on this feature? |
this is work in progress, related to #1110