Deepanshu Sahu

Results 25 comments of Deepanshu Sahu

## Updates: - Added selenium tests. - Updated ci to run unit tests and selenium tests separately.

## Updates - Fixed test db logic as suggested - Fixed the way of running tests in ci by adding a script `runtests`, like other modules.

## Appraoch - The current implementation of the draft PR returns data in JSON format; this should be updated to return GeoJSON format to be compatible with netjsongraph.js for rendering...

## Approach: - We have 3 prefixes: `geo map`, `indoor map`, and `network topology` . And two things to do: ### 1. Add fragments to the URL If not already...

### Updates Passed address field data along with geometry field data (coordinates for the map) in the websocket and updated the frontend accordingly. Now the address field has also been...

Hi @carltongibson, I'm currently working on a fix for this. I’ll keep you posted once it's ready.

Yes, this aligns with the [GSoC project idea for the indoor map](https://openwisp.io/docs/dev/developer/gsoc-ideas-2025.html#improve-openwisp-general-map-indoor-mobile-linkable-urls). However, at the time, it didn’t have the gsoc-idea label, so I wasn’t aware that it would be...

# Updates - Created a new filter class, `IndoorCoordinatesFilter`, and overrode the get_filterset method to apply the logic for selecting the least positive floor while still allowing the organization filter...

## Updates - Added the subtest cases as mentioned above. - Added `FilterbyParent` class on the view.

# Updates - Updated filter class as suggested. - Updated docs - Updated tests to use more descriptive variable names