Add config for "Number of Spots" and "Spot Age" #79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You can currently change the total number of spots saved in the
config.ymlfile, but the dropdowns for "Number of Spots" (on the list) and "Spot Age" (on the map) are fixed. It might be helpful to be able to configure those values.Sounds reasonable. Would you see these as something that the client fetches from the server in the
/optionscall (i.e. these are suggested options for all clients including third-party ones) or just used to configure Spothole's own built-in web client?I was only thinking of the built-in web client.
I decided to implement this in the
/optionscall after all, since everything else to do with configuring the web UI options is already there.