-
Notifications
You must be signed in to change notification settings - Fork 11
Events portal #80
Comments
Reminder. |
Reminder 2 |
updates ? |
Phani, reminder |
Utture tasks which we had discussed :
Will add more later |
updates ? |
Finished the tabs part - add, delete and edit tabs (combined the editing of name and content of tab). Should I do anything else? |
check the checklist on top. and check everything done, there are a few things left - like allowing event coords only to do it |
Event coord can only edit their own. Core, supercoord, qms can edit any. So, make a separate function to check this. If we want a new type of user On Sat, Jul 5, 2014 at 3:19 PM, akshayutture notifications@github.com
|
I uploaded the stuff to github. The view and event-tab model is at apps/events. The url to see it is at localhot:8000/events/add_tabs . The html file is at templates/events/events2.html. . . If a co-ord has co-ord relations with more than one sub-dept, he should be able to access every subdepartments' edit pages right? |
some clarifications
|
Different view as in? Arent you doing it in Ajax? Again, dont worry whether Not sure about qms co-ord - why does this matter ? I had mentioned earlier The event model and subdept already have a relation, check subdept model
|
I created a function in which you need to put the criteria for giving permission to edit /create/delete a tab. For now I've kept the criteria that you need to be a qms or events core. If you don't have permission, those 3 buttons won't get displayed |
Push to the branch.
|
What should I do next? Participant login? If yes, give me the specifications |
So make a dajax function to create a user profile. In an event, make a place to choose whether it has TDP or not. If yes, a @ Shahid - how do you want tdp? I was thinking Google forms
|
Rather than using dajax for this, we could do rest framework. Will be a Ideally it would be great if we use this kind of api for main site. We can Sent from my mobile device. Please excuse any brevity.
|
Rest frameworks are difficult to make. Also it will involve more logic on
|
Clarifications
|
The userprofile already exists. Check users models. Keep it in users app Tdp is an online form. Like what's ur team name, etc
|
Did you guys figure out how to call dajax from different domain without Sent from my mobile device. Please excuse any brevity.
|
Ill do tonight - im repeating, its possible, windows app developers did it @utture - yeah, do that. name it registered_events or something. On Fri, Jul 11, 2014 at 9:49 PM, Shahidh K Muhammed <
|
@shahid - even if its not possible, let him continue on dajaxice ... as you On Sat, Jul 12, 2014 at 8:31 AM, Abdeali Kothari abdealikothari@gmail.com
|
I have to deserialize and then serialize the form so that I can use forms with Ajax. But I cannot do that with Dajaxice alone. I will need to use the dajax library (installed using pip install djang-dajax). So is that fine? ... because everyone will have to install dajax for the form functionality I am using to work. Else I can just use regular post with the view |
Te deserialize function youre using in dajax also exists in dajaxice : http://www.dajaxproject.com/fullform/ |
Yes I've been trying that example only the last couple of days, but the following line needs the dajax library to run. dajax = Dajax() I got an error without it and it started working only when I installed the dajax module So is it alright if I use the library? |
That line is nor required. You can remove the dajax part of the code. The online line of importance in that is the one with the deserialize Check out what dajax is?
|
Okay. Got it |
|
Create a new branch and push to that.
|
|
The tdp submission is not a button, its a link to a Google form. So how do
|
|
added participant registration and login and their event-registration |
I pushed participant registration and login and their event-registration to a new branch participant registration...... So what should I do next? |
Will check it out tonight. Which branch?
|
Did u check it? U might probably want me to change the add and edit buttons. I didn't do that using dajaxice bcause I didnt know the serialize form thing |
@AbdealiJK, is @akshayutture going to continue this? or shall I put @Mohitkumar to do? |
It is already done - the basic stuff. The work is in the corresponding branch (do not remember the name of the On Sun, Aug 10, 2014 at 12:45 PM, Shahidh K Muhammed <
|
@akshayutture @arun2596 Updates? |
@arun2596 @akshayutture Updates? |
@shahidhk @AbdealiJK I've finished my part of the events portal. . I can do something else. . But dont give me something that u need done urgently. . Arun will upload the events portal in a couple of days. . |
@phanikaran This needs to be release in about a week.
Whats the status
The text was updated successfully, but these errors were encountered: