it/itf/aldensNotes.txt
2011-10-08 03:03:05 -04:00

98 lines
2.9 KiB
Plaintext
Executable File

new todos:
1. All headings/titles are centered right now. Would be nice if they could be left alligned to the paragraph.
Headings (h1 I guess?) should not be center-aligned by default.
2. All headings are bold. I thought they were looking better not bold. Only when they are selected they should get bold.
Maybe ignore this for now since I dont know wtf she means.
3. it would look noce if the space where the scrolling starts (in the central box) if we could have a larger margin above and below. Sanjay, I know i'm being unclear... I can explain this on the phone.
No. this is not possible.
4. The 2 titles - Welcome to.... and About us could start at the same level and that could also be the scroll margin.
I think I did this.
5. We could also have larger margins on the left and right of both the text boxes?
I think she refers to increasing the left and right padding on center and right boxes.
6. Inside MEETINGS all the text has become another font.
Inside tabs, all fonts have gone weird. Maybe look at the jquery-ui stylesheet to debug.
7. The tags could loose the orange outline if it's not a major problem.
Again - see if you can make this go away - but not sure if there's a solution.
8. In the pre-reading section all allignments are shifted
Fixed.
+ remove the jquery.mousewheel.js and jScrollPane js and css files as we are not using them .
+ Figure ordering meetings by date, and sending dateStart and dateEnd of meetings as context vars to meetings page .
That's all I can think of for now.
Cheers,
Sanj
(09:25:50 IST) b@pad.ma: 1> Plugin text for about / intro / static pages.
(09:25:57 IST) b@pad.ma: 2> Change tabs design.
(09:26:34 IST) b@pad.ma: 3> Move / style email signup, for me, change the JS around to go with new design .
(09:27:20 IST) b@pad.ma: 4> Handle hover states for meetings, projects, and participants lists.
(09:28:13 IST) b@pad.ma: 5> Todo for me: Make video page.
(09:29:46 IST) b@pad.ma: 6> Replace current jquery-ui,js with a custom download of just the components we need.
(09:31:53 IST) b@pad.ma: 7> Update urls and all, push to server.
(09:31:58 IST) b@pad.ma: Nice to haves:
(09:32:13 IST) b@pad.ma: 1> Have the currently selected page button show up as selected on the left nav.
(09:32:21 IST) b@pad.ma: 2> Have the custom scrollbar images done .
DEADLINES:
10th - finalize site structure and functionality
15th - launch.
16th - meeting for eRang
NOTES:
tell sharvari for now, not to use inline fields for attaching images/docs/vids/audio to talks. use non-inline method instead.
TODO:
1) view for upcoming meetings, ordered by meeting day.
2) frontend js to receive upcoming meetings, populate accordion
3) recreate jquery-custom package
nm = MeetingDay.objects.filter(meeting_date__gte=date.today).order_by('meeting_date')
bzr push lp:~campmumbai/+junk/itf0-1