Gilbertstrang / SWE573-Fall24

A project repository for Software Development Practise course at Boğaziçi University.
0 stars 0 forks source link

Front end: Create a Post page #14

Open Gilbertstrang opened 3 weeks ago

Gilbertstrang commented 3 weeks ago

After clicking "Create a Post" button, user should move to a new page to create a post. In that page, user should create a post based on the requirements (title, description, additional info like size/color/material etc., Wikidata tags). User should also be able to upload images.

Gilbertstrang commented 3 weeks ago

Create a post page have all the requirements except for image uploading. Tried to make a tag system that work with Wikidata API. It shows you suggestions based on what you typed and when you click it adds it as a tag. However clicking that new tag doesn't route you anywhere. Also clicking create post at the end does not do anything (other than throwing error) because we don't have a user auth system and API asks for user id.