gardenbuilder-app / gardenbuilder-backend-python

Django-based REST API
6 stars 11 forks source link

Add `description` property/field to the Bed model in beds/model.py #48

Closed capndave closed 3 years ago

capndave commented 3 years ago

Type

Feature request

Problem or To-Do

Add description property/field to the Bed model in beds/model.py. Make it a non-required string/text field of maximum length 60 characters.

If you would, please also add a test to beds/tests.py that tests to ensure the object includes a description property.

Kirkkm commented 3 years ago

Hey @capndave , could you assign this to me? I can take a look at this.

capndave commented 3 years ago

@phayaran I'm assigning this to @Kirkkm since he asked first! In the future please pipe up here before submitting a pull request.

Kirkkm commented 3 years ago

@capndave Sorry for the delay, but I will start working on this here soon. Had work stuff and another Hacktoberfest issues to finish up delay me a bit.