swe574-spring23 / SWE574

BOUN Spring 574 Project
MIT License
0 stars 0 forks source link

REFACTOR - Space Creation Code Blocks #41

Closed sehmuzc closed 1 year ago

sehmuzc commented 1 year ago

*The codes for space model will be refactored

Use POSTING_PERMISSION_CHOICES from the models.py so we don't need to copy-paste it to forms.py. Add an empty new line at the end of create_space.html please? Run the pre-commit linter to update the linter mistakes. Delete SpaceForm.

sehmuzc commented 1 year ago

@ceydaduzgec Could you please put the commands to run in the terminal the pre-commit linter to a folder where everyone can reach easily such as wiki or project overall description parts.

ceydaduzgec commented 1 year ago

Hello @sehmuzc I already put them here: https://github.com/swe574-spring23/SWE574/blob/development/docs/developer-handbook/linting.md I will update wiki and docs when I am done with documentation. Thanks for reminding me 👍🏼

sehmuzc commented 1 year ago

Spaceform has been deleted. #46

sehmuzc commented 1 year ago

Linting updates have been completed.