Activities of "jgrovert"

I would like native support for managing GeoJSON records with the different types & Longitude / Latitude fields in MongoDB.

For example to specify a GeoJSON Point:

location: { type: "Point", coordinates: [-73.856077, 40.848447] }

There are different GeoJSON types: Point, LineString, Polygon (Single + Multiple), MultiPoint, MultiLineString, MultiPoligon, Geometry Collection

Additional information about GeoJSON: https://www.mongodb.com/docs/manual/reference/geojson/

  • ABP Framework version: v8.1.0-rc.2
  • UI Type: MVC (Any)
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): No
  • Exception message and full stack trace: N/A
  • Steps to reproduce the issue: N/A

Hello.

When generating a 1:n relationship (such as https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page - how Books have an Author), ABP Suite integrates an Author Dropdown or Author Lookup to the Book form. Works great.

Is there a way for ABP Suite to automatically generate code so that when viewing an Author, you can see whose Books are currently linked to that Author? This would be shown as a Grid of Books, with 0-n records in that Grid. Also, from that Grid, be able to click "New Book" and have the Author relationship pre-populated when creating the Book record.

Same request for n:n relationships, seeing the other direction of the relationship (such as https://docs.abp.io/en/commercial/latest/abp-suite/creating-many-to-many-relationship - viewing a Category, and seeing what Books are related to it), and adding a new relationship from either side.

In addition, we should be able to navigate to those related records and then view the properties/relationships from that record. Not sure create relationships to them, but view the record, edit it, manage/navigate other relationships.

Thank you, Jason

When using the generated website, if I try to click edit on an existing record (with a n:n relationship built in the CRUD generator), the modal box to edit the record doesn't display.

  • ABP Framework version: v6.02
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: Create two entities in CRUD Page Generator using defaults. Create n:n navigation collection between both entities. Create record with n:n relationship. When Action -> Edit selected for record, UI never displays edit modal. Browser developer tool doesn't show any network request either.
Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11