Jannat Patel
ffe5370264
Merge branch 'main' of https://github.com/frappe/school
2022-03-10 08:42:17 +05:30
Jannat Patel
ef0156c068
fix: removed batch from list and filter of membership
2022-03-10 08:42:13 +05:30
Jannat Patel
fb72704a33
feat: cookie policy
2022-03-09 14:32:50 +05:30
Jannat Patel
3bdf6df70d
fix: allow locked lessons o instructors through outline
2022-03-07 18:28:12 +05:30
Jannat Patel
46a73c8ef1
fix: classname
2022-02-24 12:56:39 +05:30
Jannat Patel
bcd80b616d
fix: empty states redesign and misc changes
2022-02-24 12:40:13 +05:30
Jannat Patel
b5d870d885
fix: indentation and headline field
2022-02-23 17:39:04 +05:30
Jannat Patel
f9ac77606e
Merge pull request #309 from pateljannat/privacy-policy-during-signup
2022-02-23 17:12:12 +05:30
Jannat Patel
ce554ed53f
feat: privacy policy and other misc changes
2022-02-23 16:52:29 +05:30
Jannat Patel
059ff14e6d
fix: added missing style
2022-02-23 14:31:14 +05:30
Jannat Patel
8cfb3569fe
fix: css cleanup and testimonials redesign
2022-02-23 13:14:22 +05:30
Jannat Patel
22c6a3da4f
feat: community page redesign
2022-02-23 11:37:05 +05:30
Jannat Patel
e805ae7757
feat: profile page redesign
2022-02-23 09:36:50 +05:30
Jannat Patel
d5cf0fee64
Merge branch 'main' of https://github.com/frappe/school into profile-redesign
2022-02-22 11:34:22 +05:30
Jannat Patel
351e784733
fix: conflicts
2022-02-22 11:18:57 +05:30
Jannat Patel
6c64181bf4
fix: overlay position when related courses
2022-02-22 11:15:02 +05:30
Jannat Patel
ccddc9a404
fix: margin before explanation
2022-02-21 18:03:27 +05:30
Jannat Patel
aee35aa66d
fix: ui after question check
2022-02-21 16:30:10 +05:30
Jannat Patel
0cf953b3eb
fix: markup lib
2022-02-21 16:01:07 +05:30
Jannat Patel
eb073ebe87
fix: quiz card layout
2022-02-21 15:23:23 +05:30
Jannat Patel
c3fac64280
fix: translations and sidebar
2022-02-21 14:55:20 +05:30
Jannat Patel
28ef8e7db7
feat: quiz redesign
2022-02-21 11:43:05 +05:30
Jannat Patel
894a68823f
fix: button width
2022-02-18 12:44:42 +05:30
Jannat Patel
dc3843087e
feat: course page redesign
2022-02-18 12:26:08 +05:30
Jannat Patel
3dc9fc52a7
style: reviews empty state
2022-02-17 17:17:26 +05:30
Jannat Patel
2d373ba509
fix: avg rating condition
2022-02-17 16:53:40 +05:30
Jannat Patel
f200e79dc8
style: banner
2022-02-17 16:51:21 +05:30
Jannat Patel
96c24e8e5f
test: certificate with expiry
2022-02-17 14:56:33 +05:30
Jannat Patel
cc0c1cc320
fix: removed console statements
2022-02-17 14:40:33 +05:30
Jannat Patel
9834c83126
revert: print statement
2022-02-17 13:43:11 +05:30
Jannat Patel
4b8cb5a4e4
fix: test data
2022-02-17 13:37:29 +05:30
Jannat Patel
7e2f473e22
fix: import statement
2022-02-17 13:05:47 +05:30
Jannat Patel
ee9f858933
test: certificate creation
2022-02-17 12:46:35 +05:30
Jannat Patel
69f322d34c
fix: certification flow
2022-02-17 11:38:27 +05:30
Jannat Patel
1e7209bafa
style: banner
2022-02-16 20:41:20 +05:30
Jannat Patel
a23a356bf6
style: course home
2022-02-16 19:12:25 +05:30
Jannat Patel
5218e134a9
Merge pull request #299 from pateljannat/jobs-redesign
2022-02-14 16:22:58 +05:30
Jannat Patel
55a87999e4
fix: date format
2022-02-14 16:14:53 +05:30
Jannat Patel
6cd7861b2c
style: job card redesign
2022-02-14 13:46:02 +05:30
Jannat Patel
4846549a90
fix: ip issue
2022-02-11 12:56:11 +05:30
Jannat Patel
942837b4d9
fix: instructor patch
2022-02-11 10:33:06 +05:30
Jannat Patel
6200b6a4b0
fix: suffix message for course card instructor
2022-02-10 12:59:31 +05:30
Jannat Patel
6ee1413996
fix: import
2022-02-10 10:32:23 +05:30
Jannat Patel
08fff1700f
fix: tests and moved course functions to lms utils
2022-02-10 10:22:01 +05:30
Jannat Patel
fd5b7976e7
fix: get_doc references
2022-02-10 09:53:08 +05:30
Jannat Patel
e17637d27b
fix: conflicts
2022-02-08 16:34:24 +05:30
Jannat Patel
57c69a7d6c
fix: removing get_doc dependencies for lms course
2022-02-08 16:13:38 +05:30
Jannat Patel
bf3a496ea3
feat: multiple instructors on course card and course home
2022-02-07 13:41:28 +05:30
Jannat Patel
3e46db9c11
feat: multiple instructors
2022-02-07 12:01:07 +05:30
Anand Chitipothu
6d4e64059a
feat: pass context to page extensions
...
Pass the context to page extensions to allow them to make decisions
based on the context. For example, an extension to load the course
specific scripts. This is currently not possible because the course
details are not availale to the page extensions. Made this possible by
passing the context to page extensions.
2022-01-25 07:32:13 +05:30