gorse-io / gorse-io/gorse

Can I modify the go structure of entities?

Open
#319 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
9.8k
Forks
912
Avg merge
2h 35m
Merged PRs (30d)
9

Description

We are interested in use gorse as a properties system recommendations,
so the location of each item is so important,
the question is: Can I modify the go structures of entities?
For example:

```
type Item struct {
ItemId string
Timestamp time.Time
Lat, Lon []float
Place string
Labels []string
}
```

will the system recommend properly?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.