pateljannat
45ec16d9e4
fix: reverted error message
2021-05-04 17:43:09 +05:30
pateljannat
b7d93c1b50
fix: get_mentors in batch
2021-05-04 16:50:39 +05:30
pateljannat
e931ead270
fix: miscellaneous
2021-05-04 12:47:45 +05:30
pateljannat
8933ca9ac9
Merge branch 'main' of https://github.com/frappe/community into miscellaneous-fixes
2021-05-03 16:57:58 +05:30
Anand Chitipothu
1a06e2c0aa
Merge pull request #61 from fossunited/issue-56
...
doctypes for chapter and lesson
2021-05-03 16:51:01 +05:30
Anand Chitipothu
491b5c46ae
Merge branch 'main' into issue-56
2021-05-03 16:03:30 +05:30
pateljannat
2139bddf01
fix: removed unused form add messages, changed url for new batch form in course.html, changed get_recent_sketch to have an owner filter
2021-05-03 15:57:00 +05:30
pateljannat
cf68d3127c
fix: conflicts
2021-05-03 15:51:06 +05:30
pateljannat
f13bb494ef
fix: converted tabs to spaces
2021-05-03 15:50:14 +05:30
Jannat Patel
5e18cd2ef4
Merge pull request #52 from fossunited/invite-flow
...
fix: invite flow and add new batch form enhancements
2021-05-03 15:47:09 +05:30
pateljannat
5fdecb708e
fix: tabs to space, moved js to widget, removed unrelated changes
2021-05-03 15:14:11 +05:30
pateljannat
0144ab60de
fix: logout issue, liscence.txt change
2021-05-03 15:05:23 +05:30
pateljannat
565787eeb6
feat: new-sign-up-form, request invite widget, request invite tests, get_sketches with owner
2021-05-03 12:33:31 +05:30
Anand Chitipothu
b9d94df4d8
refactor: refactored the course page
...
- simplified the portal page for course
- added mentods to LMS Course and Community Member to reduce custom code
in portal pages
- included lessons in the ChapterTeaser
2021-05-03 12:05:17 +05:30
Anand Chitipothu
9e103af8b5
refactor: added auto name to chapter and lesson doctypes
2021-05-03 06:52:22 +05:30
Anand Chitipothu
5728714d71
feat: added lesson doctype
2021-05-03 06:50:23 +05:30
Anand Chitipothu
62cfc0fb24
feat: Added ChapterTeaser widget
2021-05-03 06:50:07 +05:30
Anand Chitipothu
a52a01ef7f
feat: Added chapter doctype
...
Also linked it from the LMS Course doctype.
Issue #56
2021-05-03 06:06:35 +05:30
pateljannat
cd1d2067ad
Merge branch 'main' of https://github.com/frappe/community into invite-flow
2021-05-02 11:05:35 +05:30
pateljannat
52f16131af
fix: add new batch form enhancements ( #43 ) invite request doctype and flow ( #42 )
2021-05-01 14:37:57 +05:30
Anand Chitipothu
59dba7730f
refactor: switched to less for css ( #49 )
...
- Added build setup to include styles.less in building community.css
- The old styles are still in style.css. Those styles will be slowly moved to style.less.
- Move all the new styles to style.less
2021-04-29 16:53:16 +05:30
Anand Chitipothu
4bc05bfda8
Merge pull request #46 from fossunited/docker-compose
...
feat: dev-instance using docker-compose
2021-04-29 15:25:31 +05:30
Anand Chitipothu
0cfd6d7634
feat: dev-instance using docker-compose
2021-04-29 14:13:01 +05:30
Anand Chitipothu
f7434f376f
Merge pull request #41 from fossunited/home-page
...
Home page
2021-04-29 13:59:54 +05:30
Anand Chitipothu
905f51ee76
fix: styles on home page
2021-04-29 12:16:48 +05:30
Anand Chitipothu
e207320721
feat: added home page
...
- Refactored the lms_course page and added find_all method to find courses
- Added CourseTeaser widget
- Added /home as a portal page
2021-04-29 10:57:29 +05:30
Anand Chitipothu
20ccc09869
refactor: sketches page
...
- Added new widget SketchTeaser
- Moved get_recent_sketches as static method in LMSSketch
- Added `models.py` to make it easy to import Course and Sketch class
- Updated the sketches template to use the SketchTeaser widget
2021-04-29 10:55:21 +05:30
Anand Chitipothu
e78c6020e7
Merge pull request #37 from fossunited/batch-discussions
...
fix: Batch discussions and Community Member fixes
2021-04-29 10:53:20 +05:30
Anand Chitipothu
4874d99e44
feat: widgets interface
...
Widgets are reusable jinja templates which can be used in other
themplates. Widgets are written in widgets/ directory in every frappe
module and can be accessed as `{{ widgets.WidgetName(...) }}` from any
template.
2021-04-29 10:49:37 +05:30
pateljannat
a022804381
test: users with same name, username validations, users without username
2021-04-28 22:04:42 +05:30
pateljannat
7a40b3e7a5
fix: test for community member and lms course
2021-04-28 17:52:12 +05:30
Anand Chitipothu
0ab4fbb03d
[mockups] added sketches page
2021-04-28 15:17:13 +05:30
pateljannat
7b142fd72d
test: member creation from user
2021-04-28 13:50:40 +05:30
pateljannat
fc8ff9c7fd
Merge branch 'main' of https://github.com/frappe/community into batch-discussions
2021-04-28 13:08:23 +05:30
pateljannat
c6bd47eb62
fix: user validaton and community member name issue
2021-04-28 13:08:09 +05:30
Anand Chitipothu
68406762c9
Merge pull request #33 from fossunited/testable
...
Setup CI using github actions
2021-04-28 06:42:30 +05:30
Anand Chitipothu
89c539a3ed
[mockups] added navbar
2021-04-27 21:09:09 +05:30
Anand Chitipothu
8d62b5c504
chore: Added CI using github actions
2021-04-27 19:49:56 +05:30
Anand Chitipothu
8857b97773
refactor: added methods to access mentors from course with test cases
2021-04-27 19:49:02 +05:30
Anand Chitipothu
46e7a5c0d1
Added mockups
2021-04-27 19:17:48 +05:30
pateljannat
d68f1de796
feat: #27 discussion message publish realtime
2021-04-27 16:32:34 +05:30
pateljannat
ffdc554106
Merge branch 'main' of https://github.com/frappe/community into main
2021-04-27 10:34:00 +05:30
pateljannat
424967b03e
feat: #28 info page, #27 discussion page initial structure, add batch webform change
2021-04-27 10:33:49 +05:30
Anand Chitipothu
b80663a245
Added bug tag to Bug issue template
2021-04-26 16:43:53 +05:30
pateljannat
44dc42d7dd
feat: batch folders, redirects, members page
2021-04-26 10:16:53 +05:30
pateljannat
c18916096e
fix: conflicts
2021-04-22 14:43:53 +05:30
pateljannat
3b578d750a
fix: validations for new batch form
2021-04-22 14:43:04 +05:30
Anand Chitipothu
00107134b4
feat: add new design and improved the layout of the course page
2021-04-22 10:28:50 +05:30
Anand Chitipothu
153bb925d8
fix: show mentors section even when there are no mentors
...
Previously, the mentors heading was not shown when there were no
mentors, but the link to apply to become mentor was shown and that
appears in the Instructors section.
Fixed it by showing a message to indicate that there are no mentors for
this course.
2021-04-21 15:48:01 +05:30
Anand Chitipothu
22448a8a7b
added links to lms_course and lms_batch dooctypes.
...
This makes it possible to the number of batches for a course, the number
of mentors for a course etc.
2021-04-21 15:13:16 +05:30