JgtAman
JgtAman
Hi @pandafy , I believe this might be a duplicate of #469 and should already be resolved, as I wasn’t able to reproduce the issue. If it’s still occurring, could...
@nemesifier I have created a PR for this : https://github.com/openwisp/openwisp-controller/pull/1014
We are targeting majority of it as part of [GSoC25 WHOIS Information and IP Address-Based Geolocation](https://github.com/orgs/openwisp/projects/44/views/1). The issue which has the approach to this can be found here: https://github.com/openwisp/openwisp-controller/issues/1027 We...
For “Config Status”, since it’s a choice field, we can assign a key to each choice and sort based on those keys. For “IP address”, we can sort numerically rather...
Okay Cool!
I think we have a model `AbstractOrganizationConfigSettings` in which we can introduce this field `is_whois_enabled`
Moving this to backlog as we are picking the database approach based on the demand/requirements of the feature.
Following are the items which I think we can discuss before implementing this to have more clarity: - Should we add a retry mechanism if task fails? - Are we...
> > Should we add a retry mechanism if task fails? > > Definitely, this retry mechanism should be kept configurable I am thinking of something like this, adding this...
> > > > Are we providing a way for user to know if the task has succeeded or not? Or if it fails then let the user know of...