Commit Graph

32 Commits

Author SHA1 Message Date
Anand Chitipothu
406244ff69 Added the ability to save sketches
Implemented by exposing an RPC method to save the sketch and calling
from JS using `frappe.call`. Any logged-in user can create new sketches
and the owner can edit his/her own sketches.
2021-03-10 12:25:14 +00:00
Anand Chitipothu
936a3fcfff Added partial support for new sketches.
New Sketches can't be saved yet.
2021-03-09 12:53:11 +00:00
Anand Chitipothu
deea539c7d Added sketch pages. 2021-03-09 12:36:55 +00:00
Anand Chitipothu
ff15e7058b Added sketch doctype. 2021-03-09 12:36:41 +00:00
Anand Chitipothu
3583cd084d Fixed error on topic pages
The macro was imported wihout "with context" flag.
2021-03-09 12:34:48 +00:00
Anand Chitipothu
13030b0b9b Cleanup: moved LiveCodeEditor into a macro 2021-03-09 11:51:09 +00:00
Anand Chitipothu
480774755f Moved the css to assets 2021-03-09 11:50:45 +00:00
Anand Chitipothu
b7602d6d2b Added codemirror integration to LMS topic pages 2021-03-09 09:37:17 +00:00
Anand Chitipothu
862878462b Added LMS Settings.
The `livecode_url` is now part of LMS settings and not hardcoded in the code.
2021-03-09 09:04:39 +00:00
Anand Chitipothu
fc6f60c4d7 Integrated topic page with livecode. 2021-03-08 11:11:48 +00:00
Anand Chitipothu
6c671c0347 Added LMS Section doctype 2021-03-08 11:11:28 +00:00
Anand Chitipothu
bfc15cf1a4 Added preview and sections fields to LMS Topic
- The preview is used to show the details of the topic in the course page
- the sections are used to show the different part of the topic, each could be of a different type

Issue #8
2021-03-05 17:20:02 +00:00
Anand Chitipothu
f96c8c27ed Renamed thr LMS doctypes in the portal pages
Issue #7
2021-03-05 17:13:01 +00:00
Anand Chitipothu
ca621e07b7 Renamed the doctypes in LMS.
The prefix has been changed from "Community" to "LMS".

Issue #7
2021-03-05 07:39:50 +00:00
Anand Chitipothu
0fcba82030 Fixed indent 2021-03-05 07:37:37 +00:00
pateljannat
3f04b10b90 refactor: seperate module LMS 2021-03-05 11:07:28 +05:30
pateljannat
4b90f2e129 refactor: new module for conference 2021-03-04 20:19:53 +05:30
pateljannat
8b5cd8e6c6 refactor: seperate module for hackathon 2021-03-04 20:11:18 +05:30
pateljannat
acea59767d feat: course enrollment and my courses page 2021-03-03 17:44:46 +05:30
pateljannat
b4eb9580af Merge branch 'main' of https://github.com/frappe/community into main 2021-03-02 18:54:45 +05:30
pateljannat
a4dffca4d7 feat: basic doctypes for conference and user profile flow for courses 2021-03-02 18:54:37 +05:30
Anand Chitipothu
758f3ff090 Removed Form Scripts for course doctype.
They are no longer required as we are using portal pages now.
2021-03-02 07:04:24 +00:00
Anand Chitipothu
5ab4f86f90 Added portal pages for courses and topics. 2021-03-02 07:00:14 +00:00
Anand Chitipothu
972399d72f Removed webview from Community Course doctype.
It is easier to add www pages instead of customizing the webview.
2021-03-02 06:59:03 +00:00
Anand Chitipothu
7783dd5c1f Added new doctype "Community Course Topic". 2021-03-02 06:58:16 +00:00
Anand Chitipothu
6bad28463a First cut at the course doctype.
- Added "Community Course" doctype
- Added Form Scripts to set the route on first save
- Customized row and view templates

Yet to figure out how to entire course listing page.
2021-03-02 01:33:12 +00:00
pateljannat
0f539aabcc fix: display of likes 2021-02-24 15:19:30 +05:30
pateljannat
063c7b67c5 feat: project likes 2021-02-24 10:52:25 +05:30
pateljannat
97db066922 feat: project, talks, update pages and web forms 2021-02-19 10:36:34 +05:30
pateljannat
72135d7a73 feat: hackathon and project web view 2021-02-16 19:40:55 +05:30
pateljannat
1d2bf00782 feat: community doctypes 2021-02-15 11:46:10 +05:30
pateljannat
994ab1a42c feat: Initialize App 2021-02-12 15:10:30 +05:50