-
Notifications
You must be signed in to change notification settings - Fork 100
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
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: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1690 +/- ##
============================================
+ Coverage 43.40% 44.09% +0.68%
- Complexity 881 919 +38
============================================
Files 75 78 +3
Lines 3361 3488 +127
============================================
+ Hits 1459 1538 +79
- Misses 1902 1950 +48 |
48e8988
to
6917908
Compare
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? |
…heckAndPrepareSubmission Signed-off-by: Timotheus Pokorra <[email protected]>
…eteResults 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]>
…User 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]>
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]>
fab2932
to
f9913cf
Compare
related to #1110