Hi everyone,

Recently I have been looking at adding the product and ticket-system models. I 
will shortly push what I have but I thought I would say a could of things while 
they are fresh in my mind.

First up, I have been ignoring the swagger api routes and I have not tested if 
those are still working. I have decided not to be that concerned by this for 
now as I think we might be able to use the Django REST Framework's OpenAPI 
schema generation [1] as a replacement.

I'm introducing drf-nested-routers to the dependencies as I was interested in 
being able to set up the api in a nested structure and that project seems to 
have taken some of the hard work out of that. There may be arguments for having 
a flat structure instead so don't consider this set in stone. It shouldn't take 
me long to put the rest of the initial models in place so I think once that is 
done we should get it reviewed.

Cheers,
    Gary

[1] https://www.django-rest-framework.org/api-guide/schemas/

Reply via email to