This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ror_details [2019/06/04 12:23] 182.72.26.6 |
ror_details [2019/06/06 06:40] (current) 182.72.26.6 [LEP details] |
||
|---|---|---|---|
| Line 41: | Line 41: | ||
| https://wiki.exphosted.com/doku.php?id=learnexa_graphql_api | https://wiki.exphosted.com/doku.php?id=learnexa_graphql_api | ||
| - | ====== Old SinglePage Details ====== | + | ====== SinglePage Catalog Details ====== |
| https://wiki.exphosted.com/doku.php?id=single_page_catalog_functionality | https://wiki.exphosted.com/doku.php?id=single_page_catalog_functionality | ||
| Line 52: | Line 52: | ||
| https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html | https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html | ||
| + | |||
| + | Commenting out the shortener Url generation in post.rb file for now: | ||
| + | |||
| + | <code> | ||
| + | =================================================================== | ||
| + | --- app/models/post.rb (revision 6598) | ||
| + | +++ app/models/post.rb (working copy) | ||
| + | @@ -55,7 +55,8 @@ | ||
| + | #Callbacks | ||
| + | before_validation :normalize_display_in_catalog_dates | ||
| + | after_save :update_index, :update_permalink, :send_blog_published_notification | ||
| + | - after_create :generate_short_url, :report_to_ga | ||
| + | + #after_create :generate_short_url | ||
| + | + after_create :report_to_ga | ||
| + | before_save :strip_unwanted_video_html | ||
| + | </code> | ||
| ====== Learnexa Google SSO ====== | ====== Learnexa Google SSO ====== | ||
| Line 66: | Line 82: | ||
| Dev01lep uses oauth2.0 client named "Learnexa Dev" | Dev01lep uses oauth2.0 client named "Learnexa Dev" | ||
| + | |||
| + | ====== Learnexa Feature List ====== | ||
| + | |||
| + | https://wiki.exphosted.com/doku.php?id=feature_specs | ||
| ====== Collaboration Server(Bigbluebutton) Details ====== | ====== Collaboration Server(Bigbluebutton) Details ====== | ||
| Line 171: | Line 191: | ||
| </code> | </code> | ||
| + | ====== LEP details ====== | ||
| + | |||
| + | Mock in below link: | ||
| + | |||
| + | https://marvelapp.com/96a555h/screen/45289560 | ||
| + | |||
| + | pw: lep_2018 | ||
| + | |||
| + | Source code available here: | ||
| + | |||
| + | https://repos.exphosted.com/svnrepos/podium/trunk/ | ||