Open hlee2052 opened 5 years ago
Home page is a little bit falling behind now. I'll try to introduce some meaningful feature in home next step.
- 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:
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.
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)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)
- POST item: when user posts item (ex, Car) and when user submits, it, user cannot create another car post unless user selects another category, then select car again.Under sign up, we have checkbox : I want to receive inspiration, marketing promotions and updates via email. But this is not being used. We can leave as is without functionalities, or remove it.
Under login, there is Remember me which is unimplemented. I don't know if this can be done in time (may involve randomized token, cookie, etc)
- LogIn failure should display error message rather than alert() pop up- Improve forgot password UI and Send forgot password should display more meaningful message if the entered email is invalid- edit my items require some ui updates and input check (eg, drop down category and date)deleting anitem should provide user warning, rather than just outright delete
- ItemListBox -- If description is long, it shouldnt show everything, but show may be 2-3 lines only) and also make title clickable (same as show more)ON POST VIEW, once user select a category filter, the person can only choose one option, there should be an option to choose all categories
- 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 littleif time permit, edit can change map location
remove the console.log commands before demo