Anand Chitipothu
a3e53efcc1
fix: fixed course description on the course page
...
The small intro was being shown in its place.
2021-05-08 13:44:34 +05:30
Anand Chitipothu
be7814b4fe
Merge pull request #81 from fossunited/flow-fixes
...
fix: username and email validations
2021-05-07 18:53:58 +05:30
pateljannat
911c85bfc8
fix: redirect after login
2021-05-07 18:27:18 +05:30
pateljannat
d4c19932d5
fix: replaced slug with name and removed whitelist
2021-05-07 16:28:12 +05:30
pateljannat
28ef7e5def
fix: conflicts
2021-05-07 12:08:51 +05:30
pateljannat
9981baa13b
fix: add new batch form enhancements
2021-05-07 12:04:11 +05:30
Anand Chitipothu
bc11730697
style: showing the message as alert elements on the course page
2021-05-06 21:05:36 +05:30
Anand Chitipothu
343aa50f78
Merge branch 'main' into course-page
2021-05-06 13:50:12 +05:30
pateljannat
413aeaccb1
feat: avatar widget
2021-05-06 12:17:28 +05:30
Anand Chitipothu
dc5b637ada
refactor: fixed the course page
2021-05-06 06:47: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
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
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
62cfc0fb24
feat: Added ChapterTeaser widget
2021-05-03 06:50:07 +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
pateljannat
44dc42d7dd
feat: batch folders, redirects, members page
2021-04-26 10:16:53 +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
pateljannat
3405de9394
fix: course page created by administrator
2021-04-21 12:58:17 +05:30
pateljannat
b09ec1e29d
feat: add new batch and mentor course mapping
2021-04-21 10:47:10 +05:30
pateljannat
e6248f9e02
feat: course page redesign
2021-04-20 13:21:01 +05:30
pateljannat
e8ff9a5a32
feat: profile page
2021-04-14 11:19:02 +05:30
Anand Chitipothu
88888903ab
fix: discussion tab when there are no messages
...
- fixed the issue of not showing discussion tab when there are no messages
- fixed the error when the course page is visited by a guest user
2021-04-14 06:43:48 +05:30
pateljannat
3d024a289e
fix: conflicts
2021-04-06 18:53:34 +05:30
pateljannat
7658942500
fix: email patch and conference portal
2021-04-06 18:51:40 +05:30
Anand Chitipothu
175bd19a51
refactor: added slugs to course and topics to make nice urls
...
- the slug is autogenerated from the title
- the slug of a topic is unique among all the topics of that course
2021-04-06 18:07:05 +05:30
Anand Chitipothu
53af969a2e
Added nice URLs to course and topic pages.
...
The URL of a course will be `/courses/<course-name>` and a topic will be
`/courses/<course-name>/<topic-name>`.
Implemented this by adding entries to `website_route_rules`.
2021-04-06 18:07:05 +05:30
pateljannat
bf789c1891
feat: emails on messages
2021-03-31 10:48:23 +05:30
pateljannat
389254b673
fix: message from course page
2021-03-23 19:26:31 +05:30
pateljannat
ab5929a4e8
feat: discussions tab and web form for messages
2021-03-23 15:29:12 +05:30
pateljannat
25a0dd02ac
feat: community member for profile and edit profile form
2021-03-12 12:22:12 +05:30
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
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
Anand Chitipothu
5ab4f86f90
Added portal pages for courses and topics.
2021-03-02 07:00:14 +00:00