-
Notifications
You must be signed in to change notification settings - Fork 168
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
Welcome message missing #1002
Comments
This is be different now with presignup kicking in. For other we can do an intro.js. Will commit my fix in today for the presignup. |
We want to add a guided tour for newcomers on page "Create a new account" with Ember Intro.js? |
@VladimirNikiforov Make sure you runwith When somebody, logs in, they will go to the dashboard. When they login
@jaeko44 Your thoughts on this ? |
@VladimirNikiforov You will have Here is the link http://introjs.com/, but you have to use the Get familiar by creating an user, the flow, and how we show the dashboard. Keep communicating here so we can guide you. On tuesday (Sep 06) we will be on slack. so join in. |
I can't find parameter first-time or last_visit_date in table accounts in database. |
@VladimirNikiforov first-time mentioned at first_seen_at and last_visit_date mentioned at previous_visit_at in accounts table |
@vinomca-megam Thank you. Variables first-time and last_visit_date are variables of ruby or I didn't notice them in javascript-files? |
@VladimirNikiforov you have to send the Ajax request to ruby to get the variables to ember.Please go through the code in ember as well as rails in nilavu. |
Thank you. |
@VladimirNikiforov No need to do these steps. Take a look at this file "vendor/assets/javascripts/intlTelInput.js" in nilavu. This almost like same. you have to do this manually. |
@VladimirNikiforov How is it going ? @systemroot Can you join our forum https://forum.megam.io |
@indykish You beat me with this question. I wanted to write that I guess it's too difficult for me now. I'd like to know how team will solve this issue, but I want to ask you if you have more simpler task for beginner. |
@VladimirNikiforov Yes, sure we can provide you a simpler task on monday. |
Creating a new account am not get any welcome message. it directly login into my account.
The text was updated successfully, but these errors were encountered: