-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
[DRAFT][18.0][IMP] sign_oca: Add guided arrow flow to sign_oca #80
base: 18.0
Are you sure you want to change the base?
Conversation
Hi @etobella, |
28cbd7b
to
372f066
Compare
324f59f
to
ab74e88
Compare
A simple preliminary description video: |
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.
You left a lot of console logs and comments to your name that don't have sense. Please remove them and add some comments on the functions explaining the goal of each one. I don't understand why you need to remove them from the core file if they are only used on a single place....
@@ -38,6 +40,9 @@ | |||
"sign_oca/static/src/components/sign_oca_pdf/sign_oca_pdf.xml", | |||
"sign_oca/static/src/elements/elements.xml", | |||
"sign_oca/static/src/scss/sign_oca.scss", | |||
# kobros |
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.
Why this comment?
@@ -77,6 +82,9 @@ | |||
"sign_oca/static/src/components/sign_oca_pdf_portal/sign_oca_pdf_portal.xml", | |||
"sign_oca/static/src/elements/elements.xml", | |||
"sign_oca/static/src/scss/sign_oca.scss", | |||
# kobros |
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.
Same
* @param { Environment } env | ||
*/ | ||
export function startSignItemNavigator(parent, target, types, env) { | ||
console.log("types", types); |
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.
Don't leave this
} | ||
|
||
function scrollToSignItem({el: item, data}) { | ||
console.log("item", item); |
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.
Idem
}, | ||
]; | ||
|
||
console.log("signItemsToComplete2", signItemsToComplete2); |
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.
Idem
e004307
to
0610fe5
Compare
Why are the changes of #78 also added here? I don't understand it. |
hi all this module is under development, so if we can cooperate in the main important cause of it is more effective. Once it is working as expected all normal procedures will be done. Thanks all |
2df9fcf
to
bd5a9ad
Compare
bd5a9ad
to
f985fce
Compare
@dnplkndll Screencast.2025-02-04.02.05.27.mp4 |
add arrow / guided flow to sign_oca