You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing ulr-scheme is bad and should be remake.
Current url scheme looks like: plants/is_plant/tag/<int:tag_id> or plants/is_seed/genus/<str:genus>
It works and it readable just in case of one or two parameters, but there are many other attributes for filtering.
Should be classic scheme with get-attributes: plants/?is_plant=1&tag_id=32&genus=lithops&... and so on.
The text was updated successfully, but these errors were encountered:
The existing ulr-scheme is bad and should be remake.
Current url scheme looks like:
plants/is_plant/tag/<int:tag_id>
orplants/is_seed/genus/<str:genus>
It works and it readable just in case of one or two parameters, but there are many other attributes for filtering.
Should be classic scheme with get-attributes:
plants/?is_plant=1&tag_id=32&genus=lithops&...
and so on.The text was updated successfully, but these errors were encountered: