summaryrefslogtreecommitdiff
path: root/workshop_app/models.py
AgeCommit message (Collapse)Author
2020-08-17Convert the django orm values to list for pandasadityacp
2020-08-13Multiple Changesadityacp
- Fix admin csv download for profile and workshops - Add model manager to get workshops by state and type - Add chartjs, jquery-ui in base.html
2020-07-01Change views, models, settings, urlsadityacp
- Fix pep8 in app urls - Add default django forgot password url in project url - Add uuid field in workshop model - fix few pep8 in the models.py - Add template directory in settings - Update requirements.txt
2020-05-18Resolved merge conflictspnshiralkar
2020-05-18Renamed model WorkshopComments to Comments and added hidden tag to the ↵pnshiralkar
non-public comments
2020-05-07File upload donepnshiralkar
2020-05-06Added workshop comments, linked it to workshop_status tablespnshiralkar
2020-04-29Refractor models done, modified some views and formspnshiralkar
2020-04-28Refractored models, refractores Propose Workshop viewpnshiralkar
2020-04-26Propose workshop by coordinator and accept workshop by instructor donepnshiralkar
2020-04-25Refractored models in workshop_apppnshiralkar
2019-09-26Add banner management system to workshop websiteankitjavalkar
2018-10-11Add Advanced Python workshopAkshen
- Coordinators can now book Advanced Python Workshop - removed email column in download statistics
2018-08-06Add testcases for ProfileComments ModelAkshen
- Add testcases for ProfileComments model - Add ProfileComments to ModelAdmin - update ReadMe and Getting_Started
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-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-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
2017-09-20Fixes State Field BugAkshen
- State field bug in registration form fixed - Test cases updated for the same - my_workshops page titles changed
2017-09-14Adds India MapAkshen
- Updates model adds state as option - Instructor can view number of workshops state-wise in Map of India - Updates test cases for test_model and test_views - Updates .gitignore - Updates form
2017-09-06Adds Pie ChartAkshen
- Adds Pie Chart to Workshop Stats - Corrects code format
2017-09-05Updates Registration FormAkshen
- Adds title, source and location - Send mail fail silently set to True - Models and Forms updated
2017-07-26Updates Admin InterfaceAkshen
- Headers in Tables - Download data in csv format from Table
2017-07-21Adds class meta for ModelsAkshen
2017-06-23Fixes Regex IssueAkshen
2017-06-20Changes WorkshopType ModelAkshen
- FileField Added to workshoptype model - Creates folder for each file upload - Send email uses the newly created folder to send attachments - structure name changed to flowchart
2017-06-15Adds structure pdfAkshen
2017-06-15Major UpdateAkshen
Changes made are as follows - Mobile Friendly - Added view pdf and schedule files as pdf - Forget Password feature - Testimonials Page added - Templates changed - Propose workshop Page Calender Changes - User now can view only future workshops - Css changes for index,register and Propose Workshop Page - Coordinator Position while registering by default
2017-06-07Change Nav-Brand CSS color and Help text in RegisterAkshen
2017-05-31Changes Tests VariablesAkshen
- varible naming changed - testing recurrances
2017-05-30changes wrt pep8, .gitignore cleanupAkshen
2017-05-19minor updateAkshen
key field 255, templates changed
2017-05-19Key field increasedAkshen
2017-05-19PRODUCTION URLAkshen
added production url, new flowchat and fixed broken links todo optimization and chatbot
2017-05-19Email Verification AddedAkshen
2017-05-19Proposed Workshop AddedAkshen
coordinator can propose a workshop type and date todo chatbot, email verfication and optimization
2017-05-19Queuing DoneAkshen
ToDo chat-bot
2017-05-19Instructor DELETES workshopAkshen
Instructor can delete a workshop created by him. multiple workshop creation todo
2017-05-19Booking View DoneAkshen
ToDo email sending for both users
2017-05-19Booking DoneAkshen
TODO rendering on instructor and coordinator
2017-05-19Created RequestWorkshopAkshen Doke
2017-05-19Recurrence doneAkshen Doke
Booking ToDo
2017-05-19Instructor Creates a WorkshopAkshen Doke
The Instructor Creates a Workshop which is displayed in the /manage template irrespective of who is the Instructor
2017-05-19Email sendtoAkshen Doke
backend done
2017-05-19Phone Number added, email verification todoAkshen Doke
2017-05-19instructorAkshen
on hold since looking after PythonExpress model
2017-05-19Courses Model AddedAkshen
2017-05-19Basic Login DoneAkshen
2017-05-19Initial CommitAkshen