GithubHelp home page GithubHelp logo

carcompanion-website's People

Contributors

argertboja avatar haifaha avatar lef313 avatar lefkon34 avatar ndricimrr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

argertboja

carcompanion-website's Issues

Create UI for List of Community Questions

Note: Create a component and use mapping to add them dynamically
should have a button at the top of the list "ADD A QUESTION" which simply redirects to "ask a question tab"

example:
image

Create User Profile Page

Description
Should show all my information data. And possibility to add car.

  • SHOULD BE EDITABLE

Different for Freelancer & Car Owner.

Freelancer can have props like the class diagram, that he can edit

Reformat Dropdown Options

Description
Reformat the options as static lists, and also add dropdowns where textfields are present

Add Inbox UI and attach it to the Header

Description
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Possible Solution
A clear and concise description of what you want to happen.

Fix Filtering/Searching of Freelancers & Cars

Description
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Possible Solution
A clear and concise description of what you want to happen.

Add ability to search questions from the list

Description
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Possible Solution
A clear and concise description of what you want to happen.

Create Request Endpoint for Booking Inspector/Freelancer

Description
Create the endpoint for fetching request data.

/request-freelancer
{
senderId:
receiverID;
accepted: Boolean
message: String
carID:
date:
phone: freelancer's phone number (receivers)
address: the address of meetup
meetingDate: the date when we should meet
}

Create Freelancer Request Form UI

Description
Should have requested time for meet up, priority, description of issue, address.

Additionaly: have a dropdown (initially mock variable) which lists your current requests you can choose from

Add endpoint to get list of REQUESTS

Description
/requests
for freelancer and car-owner

A request should look like this

request {
    content: String,
    rating: Integer,
    accepted: Boolean,
    date: Date,
    dateOfAcceptance/Rejection: Date,
    urgency: Integer, 
    images: [String] // as URLs
    isCarSale: Boolean
}

there are 2 types of request

Create Deliverables ZIP file

Description
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Possible Solution
A clear and concise description of what you want to happen.

Create Question View UI

Similiar to StackOverflow, when you click on a question, it should redirect to the Question VIew.
We need to build the UI for that in this task.
ex:
Date
QUestion TItle:
Question content:

List of Answers:

Answer Text Field big one
Post Answer Button

Create Freelancer Description Page

Description
This is what is shown after you click on a freelancer.
shows all the data of the freelancer, and the buttns to book, inspect

Possible Solution
Load data from a variable object and not static
instead of:

John

do:

let freelancer ={
name: "John"
}

{freelancer.name}

Redesign UI

Description
Should redesing parts that don't look good.

Create backend API endpoint for Cars

Take a look at the UML model from presentation to build this endpoint
image

/cars
response {
carName: "",
carType:"",
carImage: "dummyy link image",
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.