Mentions légales du service

Skip to content
Snippets Groups Projects

Onboarding

Merged EL HASSANE GARGEM requested to merge onboarding into develop

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
173 <script type="text/javascript">
174
175 const onboarding = "{{ onboarding }}";
176 if (onboarding== "True" && !onboarding_document)
177 {
178
179 document_intro.start();
180 document_intro.onexit(function() {
181 userProfile.set('onboarding_document',true);
182 exitonboarding();
183 });
184
185 document_intro.oncomplete(function() {
186 userProfile.set('onboarding_document',true);
187 exitonboarding();
188 var images_url = "{% url 'document-images' pk=document.pk %}";
  • Can you rename the api/users/ endpoint it's misleading to maybe api/user/ and change it to just the current user information (right now it just crashes when doing a get).
    Also check if it's straightforward to add a 'reset help' button in the profile, that would erase the userProfile onboarding and user.onboarding values.
    And check what is still relevant in #294 (closed)

    Edited by Robin Tissot
  • added 2 commits

    • b956a9a1 - rename onboarding endpoint
    • bacf9a16 - reset onboarding from profile

    Compare with previous version

  • added 1 commit

    • a0988d46 - onboarding for update not create

    Compare with previous version

  • added 1 commit

    • 4eb7adbf - onboarding seperate update and create document

    Compare with previous version

  • Robin Tissot added 1 commit

    added 1 commit

    • 37d72953 - Move around and add some messages, code cleanup.

    Compare with previous version

  • Robin Tissot added 1 commit

    added 1 commit

    • 25be2490 - Simplifies onboarding code a lot to make it easier to add help in the future.

    Compare with previous version

  • Robin Tissot added 1 commit

    added 1 commit

    Compare with previous version

  • EL HASSANE GARGEM approved this merge request

    approved this merge request

  • EL HASSANE GARGEM
    EL HASSANE GARGEM @elhassane started a thread on an outdated change in commit 4caa7235
  • 127 133 ];
    128 134
    129 135 function exitonboarding() {
    130 $.ajax({
    136 if(onboarding_document && onboarding_images && onboarding_edit && onboarding_trans && onboarding_models){
  • reopened

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading