You are on page 1of 2

#!

/usr/bin/python3
quotes = {
“linus-torvalds”: [
“talk is cheap. show me the code.”,
],
}
~
~
~
~
"python" [New File] 0,0-1 All

Nbyula Takeaway Assignment 2

Mission
Alone we can do so little; together we can do so much. With Nbyula
growing exponentially, terraformers are looking forward to expanding
their team. Could you help them build a customizable job board?

Objectives
$ Terraformers and applicants should be able to sign up and login to
the app
$ Terraformers should be able to post a job listing on a common job
board shared between other terraformers
$ The listing should contain: title, description (markdown
support is a plus), location, deadline, contact phone
number and contact email
$ Note that these job listings should be presented as cards on a
board
$ Based upon how far the job listing is from the deadline, the
cards should have a color. For simplicity, the listing which
are due in more than 21 days should be green, less than 14 days
should be yellow and less than 3 days should be red
$ Terraformers should be able to rearrange the cards on the board
by drag and drop to help them modify the order in which they’re
displayed to the applicants
$ Terraformers should be able to archive a job listing
$ Applicants should be able to mark their interest on any available
and active job listing
$ Terraformers should be able to see interested applicants

Expectations
$ The application should have a client and a server
$ Focus on making the application completely functional, edge cases
are important
$ Git history is paramount to us. The assignment should be available
on GitHub (or any other Git hosting solution) for us to review. Make
sure you follow all the best practices while using Git as you would
do on any production application
$ The assignment should be deployed for us to check. You could check
out Netlify, Vercel, Heroku or other hosting platforms for deploying
your assignment
$ We would love to hear about your design decisions, scalability
concerns, schemas and trade-offs (if any) that you come across while
working on the Assignment. Feel free to include a README.md with the
code

Targets
$ A link to your deployed application
$ A link to your Postman collection with all the REST API endpoints
$ A link to your GitHub repository

.- .-.. .-.. ....... - .... . ....... -... . ... - --..-- ....... ..-.
..- - ..- .-. . ....... - . .-. .-. .- ..-. --- .-. -- . .-.

You might also like