Patpatpatrick / Way2Recycle

Way2Recycle
3 stars 1 forks source link

List of TODO/Fix #39

Open hlee2052 opened 5 years ago

hlee2052 commented 5 years ago

If anyone finds any bugs/todo - VIEW POST Item does not have sort by latest date (also may be worth to add filter by date)

- ON POST VIEW, magnifying glass style is off + submit button looks too boring

-ON POST VIEW ITEM, individual item list needs better styling. + may be Date come before Description ( or other style)

- Log page, the Google button appears Off a little

Patpatpatrick commented 5 years ago

Home page is a little bit falling behind now. I'll try to introduce some meaningful feature in home next step.

hlee2052 commented 5 years ago
  • I am not sure how can I call something like this: Email_of_the_owner_of_the_postedItem = getEmailbyID(Meteor.userId())

I just tried the following: let say abc@abcd.com _id : abc meow@meow.com _id: meow

Meteor.users.find({_id: 'meow'}) This will work only if 1) you are logged in as meow@meow.com OR 2) you do meteor add autopublish, then you can access 'meow' info from anywhere (but this should not be done, or we are penalized)

I think the best way to solve such issue is to:

cynthiaxzh commented 5 years ago

The main page category names do not reflect the supported categories (For ex, we have Pet image on homepage but we don't have Pet categories, so may have to update homepage)

Resolved the category and the home page display list. On my branch.