dogzy123 / klesun-productions

klesun-productions website
0 stars 1 forks source link

Markup the "Order Software" form #2

Closed klesun closed 4 years ago

klesun commented 4 years ago

It should contain:

Submit results as json to http://klesun-productions.com/api/orderSoftware (does not exist yet)

Not sure if we actually need all these fields, but for starters let's have it this way.

klesun commented 4 years ago

Cool, could you, please, add "command line app", "lib" and "server" to the Software Kind list?

And rename "Publish sources" to "Allow publishing as Open Source"

klesun commented 4 years ago

Also, may I ask you to use some less saturated color than this? image Some more neutral color, like following would perfect: image I'm personally not a big fan of magenta, if using single overal color, I would love it to be more of a cyanish-bluish.

Maybe combination of different colors would be fine too if they are not too bright, barely distinguishable from gray.

P.S. dunno, how convenient it is for you, but it would be cool if main colors were defined with the --something vars in css, so that it could be picked in real time in browser to play with them and find the match best appealing for the eye.

klesun commented 4 years ago

Please, use following field names when sending to backend:

{
    "ordererPublishedName": "anonymous",
    "ordererEmail": "safronevev@gmail.com",
    "estimatedAmountOfWorkInHours": 48,
    "estimatedPriceForCompletedWork": {
        "currency": "EUR",
        "amount": "250.99" // please use specifically string, not float
    },
    "jobKind": "create",
    "softwareKind": "web",
    "freeFormDescription": "Need a web site for my furniture business with ability to checkout through paypal",
    "allowPublishingAsOpenSource": false,
    "allowPublishingDescription": false
}
klesun commented 4 years ago
klesun commented 4 years ago
klesun commented 4 years ago
klesun commented 4 years ago

thx