summaryrefslogtreecommitdiff
path: root/workshop_app
AgeCommit message (Collapse)Author
2018-10-11Add Advanced Python workshopAkshen
- Coordinators can now book Advanced Python Workshop - removed email column in download statistics
2018-10-01Merge branch 'master' of https://github.com/fossee/workshop_booking into developAkshen
2018-10-01Download workshop statistics updateAkshen
- This commit will add two more columns email and state while downloading workshop data
2018-08-27Merge pull request #69 from Akshen/masterAkshen
Fix profile position bug
2018-08-27Fix profile position bugAkshen
- Fixes profile position in view_comment_profile
2018-08-24Update certificate issue duration for self learning courseAkshen
2018-08-13Add course code to self workshop instruction pageAkshen
2018-08-06Add testcases for ProfileComments ModelAkshen
- Add testcases for ProfileComments model - Add ProfileComments to ModelAdmin - update ReadMe and Getting_Started
2018-08-06Add fevicon and meta-dataAkshen
- index.html and base.html updated - send_mails.py updated
2018-08-03Allow instructors to post comments on coordinator's profileAkshen
This commit will allow instructors to view and post comments on coordinators profile Auto-logout time increased
2018-06-25Update test_case to check self_workshopsAkshen
2018-06-05Fix Navbar Responsivness in landing pageAkshen
- points in faq and self_workshop changed
2018-05-31Fix jQuery in propose_workshop.htmlAkshen
2018-05-30Change img extensions in index.htmlAkshen
2018-05-30Update base.htmlAkshen
- Navbar fixed in base.html - Header blocks removed from all other templates - testimonials and benefits page removed along with its testcases
2018-05-28Change UI in NavbarAkshen
- Adds dropdown for instructor | Statistics - Adds dropdown for coordinator | Workshops - fixed navbar throughtout the website
2018-05-22Update India Map layout in StatsAkshen
- Removes other countries views - Adds forgot password button - opens about-us in new tab - adds coordinator institute column in proposed workshops view of instructor
2018-05-21Add carousel and fix minor bugsAkshen
- Adds carousel - removes fileview and its testcase - fixes fonts and css issues on index.html and workshoptype_details - fixes navigation for instructor and coordinator
2018-05-15Fix choices in forms.pyAkshen
2018-05-14Fix Minor BugsAkshen
- Removes Others option from department, title and how_did_you_hear_about_us field - Removes placeholders in login form(template) - Fixes testimonial bug for mobile view - Adjust padding and font size for title statement in index page - Adds How to Participate in view_workshop_details page
2018-05-10Fix UI BugsAkshen
- generic font and style throughtout website - removes workshop detials share option - removes Start booking button - update help_text in model from min 50 to 30
2018-05-07change UIAkshen
- Changes UI - Changes landing page - change in testcases-> test_models.py | 312 - staticstics template change - removes commented chatbot code - modifies .gitignore
2018-04-03Self Learning Course instructions updatedAkshen
2018-03-16remove weekends from workshop proposal calendarAkshen
2018-03-14Add email_id header in download profile_data optionAkshen
2018-03-09Add FOSSEE fellowship tag in registration formAkshen
- Adds FOSSEE fellowship to registration form - Removes Register and Login tab from Self Workshop - Removes 0 count coordinators from Profile Stats->Coordinator Statistics - Removes previously taken workshop data from My Workshops tab for Instructors - Adds email to reschedule workshop calender function
2018-03-07Update Self Workshop BannerAkshen
- Self Workshop banner is gif file - Update content for self workshop
2018-02-26Redirect Admin logins to /adminAkshen
- This commit will redirect logins of admin users to admin from any page
2018-02-26Redirect How to participate option to htmlAkshen
This commit will redirect how to participate option to html page with flowchart image
2018-02-24Add html page for self learning courseAkshen
2018-02-21Add TestCases for Profile StatsAkshen
- Adds test cases for Profile Statistics - Adds columns to Coordinator and Instructor Stats - Increases the number of days for upcoming workshops :
2018-02-16Add Profile StatisticsAkshen
- Instructor can view stats of Coordinator and Instructors - Upcoming Workshop limit increased to 30 days
2018-02-12Add First and Last name column while downloading profile dataAkshen
- First name and Last name added in admin.py ProfileAdmin class for making it downloadable
2018-02-08Fix issue of multiple datepickersAkshen
- Multiple datepickers poped during date change in my_workshops tab if there were more than 1 workshop, this will fix it by identifying workshops based on their number in table
2018-02-07Format Dates while changing date of workshopAkshen
2018-02-07Update Date Validator on DateChange Feature for instructorAkshen
- Can prepone and postpone dates of workshop - js calender updated
2018-02-06Allow Instructor to postpone workshopsAkshen
- Instructor can postpone workshops - Sorting Fix in my_workshops
2018-01-31Update Open Course PDFAkshen
- removed self_workshop.html
2018-01-31Add pdf file for open course detailsAkshen
2018-01-29Update Instruction PDF'sAkshen
- Instruction for Coordinator(3days) - Instruction for Participant(3days) - ISCP schedule
2018-01-22Add Cookie AgeAkshen
- updates settings.py - updates layout of information on self_workshop.html
2018-01-17Update requirements.txtAkshen
2018-01-17Add Instructions for Open Online CoursesAkshen
- Removes ChatBot - Adds Banner for Open Online Courses - Adds template for Instructions(POOCs)
2017-12-28Add ChatBotAkshen
- This commit will add chatbot - requirements.txt changed - required css/js and html added for chatbot - parameters set for chatbot in settings.py - yaml files(training data) to be added
2017-11-30Remove Scipy bannerAkshen
- Removes SciPy banner - Updates title for Open Statistics Page
2017-11-09Send Reminder Mails to CoordinatorsAkshen
- reminder_script.py edited to send reminder mails to coordinators about the workshop
2017-10-10Update Banner for SciPy Event17Akshen
- Adds SciPy17 banner - Changes Brand Nav to FOSSEE Workshops - Title Changed in MapofIndia
2017-10-09Adds Exception for LogFileAkshen
- Adds try/except while searching for .log file and configuration
2017-10-07Adds Share Details and LoggingAkshen
- Coordinator can share details page with others - Logging feature added for emails
2017-09-29Adds TestCases to statistics_appAkshen
- testcases added to statistics_app - ModelsTable_Diagram added - testcase modified for workshop_app/test_views.py