seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Transform inputs into CSP usable inputs #31

Open NolanVH opened 2 years ago

NolanVH commented 2 years ago

User Story

As a developer I would like the inputted data from the backend to be conformed to the input of the CSP algorithm function.

Description

Given data from the backend, take the input and transform it into dictionaries used by the CSP algorithm. Ensure it follows the models.py file.

Acceptance Criteria

Additional Resources

Add attachments, external links, etc here.