nswalters / AppTrakz-Client

React Client for AppTrakz application for documenting the job application process.
0 stars 0 forks source link

Create a Company #13

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

As a user, I would like to be able to create a Company record so that I can attach potential new jobs to that company.

Given a user is in the app When they select the New Company option Then they should be directed to a form for creating a new company

Given The user has entered the relevant information for the Company When they click the Save button Then the company should be saved to the database And the user should be redirected to the Company details page

The relevant information for a Company is:

nswalters commented 3 years ago

NOTE: Make sure you use .clean_fields() before saving to enforce the proper URLField values!