ShaastraWebops / Frontend-2016

Frontend for the Shaastra-2016 website
http://www.shaastra.org
3 stars 1 forks source link

Event details page #5

Closed chinnichaitanya closed 8 years ago

chinnichaitanya commented 9 years ago

This page will show the details of each event.

Put dummy data.

Actually the data will be got through $http calls. So need to make all things modular so that we can use ng-repeat and iterate.

Refer 12.jpg in the drive folder.

chinnichaitanya commented 9 years ago

Any updates ?

sasivarnan619 commented 9 years ago

I am starting the work today. I was out of station.

sasivarnan619 commented 9 years ago

finished with the left menu bar and the content part

sasivarnan619 commented 9 years ago

events

so far what i did

sasivarnan619 commented 9 years ago

is it fine. i did 12.jpg

On Wed, Jun 10, 2015 at 6:10 PM, Sasi Varnan sasivarnan619@gmail.com wrote:

so far what i did

On Wed, Jun 10, 2015 at 10:19 AM, Sasi Varnan sasivarnan619@gmail.com wrote:

I am starting the work today. I was out of station.

sasivarnan619 commented 9 years ago

evnts latest

chinnichaitanya commented 9 years ago

Push it into your personal folder and I'll tell if any changes are to be made.

sasivarnan619 commented 9 years ago

chinni i pushed it.

On Thu, Jun 11, 2015 at 7:39 PM, Chinni Chaitanya notifications@github.com wrote:

Push it into your personal folder and I'll tell if any changes are to be made.

— Reply to this email directly or view it on GitHub https://github.com/ShaastraWebops/Frontend-2016/issues/5#issuecomment-111148609 .

sasivarnan619 commented 9 years ago

Chinni i pushed 12.jpg page in my personal file. Check it

chinnichaitanya commented 9 years ago

There are a few changes to be made.

After fixing those, push and comment here. Also tick those check boxes after you complete each one of them.

sasivarnan619 commented 9 years ago

i have done changes for small screen. i gave link to bower_components decreased the divs for content(only one div) til i am not done with angularjs part i am going out till 18th so i will do it on 19th

sasivarnan619 commented 9 years ago

just check the last update i seperated css from html

chinnichaitanya commented 9 years ago

Again,

var tabs = [{ 'name': 'tab one name', 'data': 'tab one data' }, { 'name': 'tab two name', 'data': 'tab two data' }, ... ];

Then you can put have ng-repeat in your html file and repeat for all the tabs. On clicking each tab, show the corresponding data. Don't put static data in the html file.

I'm writing these issues again. These are mentioned in the previous comment and you haven't completed them. Also I've told you to tick the check boxes after completing each one. You didn't do that also.

sasivarnan619 commented 9 years ago

the classes for tabs are for the jqery effects on hover.

chinnichaitanya commented 9 years ago

Right but you cannot put specific unique class to each tab.

sasivarnan619 commented 9 years ago

how to put the correct data on clicking the respective tab. check the last update.

chinnichaitanya commented 9 years ago

So in each object, you will have a field called _id which will be unique. So once you use ng-repeat, you need to run a function using ng-click and populate the respective content by having a search through that array using the _id field. For searching through that array with respect to _id, try to use plugins like lodash.

sasivarnan619 commented 9 years ago

Ok i will check it out.

sasivarnan619 commented 9 years ago

I put the correct data on clicking the respective tab

chinnichaitanya commented 9 years ago

Now what about those classes ef, ps, faq etc ?

sasivarnan619 commented 9 years ago

Ya those are for jquery effects.

chinnichaitanya commented 9 years ago

Why do you need separate JQuery effects ? It is for page transition ?

sasivarnan619 commented 9 years ago

For tabs. On hower effects

sasivarnan619 commented 9 years ago

I will try without using many classes

chinnichaitanya commented 9 years ago

See the thing is you don't know how many tabs you have before hand. So you got to use ng-repeat. There you cannot put unique classes for each tab right ?

sasivarnan619 commented 9 years ago

Ok

sasivarnan619 commented 9 years ago

i used ng-repeat. Using that i gave jquery effects. till only the data part is left

sasivarnan619 commented 9 years ago

chinni check the last update. Classes are given on index numbers.

On Sun, Jun 21, 2015 at 6:34 PM, Sasi Varnan sasivarnan619@gmail.com wrote:

Check the last update. I used ng repeat.

chinnichaitanya commented 9 years ago

@sasivarnan619 Put the JavaScript code in a separate js file. Don't mix it with the html file.

sasivarnan619 commented 9 years ago

js code is in seperate files now.

chinnichaitanya commented 9 years ago

@sasivarnan619 Check (this)[https://github.com/ShaastraWebops/Frontend-2016/commit/e8ea72530f4d47dbcc1ad4cf151154684174fd4b] comment.

sasivarnan619 commented 9 years ago

If we give a common class then the color will change for all tabs at same time if we are over any one of them.

chinnichaitanya commented 9 years ago

@sasivarnan619 No. It is not that way. Check once.

chinnichaitanya commented 9 years ago

@sasivarnan619 Where is the progress ??

sasivarnan619 commented 9 years ago

completed. when is the meeting tomorrow.

sasivarnan619 commented 9 years ago

it is done. i added the sponsers down.

On Mon, Jul 27, 2015 at 8:00 PM, Chinni Chaitanya notifications@github.com wrote:

@sasivarnan619 https://github.com/sasivarnan619 Where is the progress ??

— Reply to this email directly or view it on GitHub https://github.com/ShaastraWebops/Frontend-2016/issues/5#issuecomment-125225829 .