Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add new features / columns to the feedback and item table s? #808

Open
MLSucharitha opened this issue Feb 27, 2024 Discussed in #782 · 0 comments
Open

How to add new features / columns to the feedback and item table s? #808

MLSucharitha opened this issue Feb 27, 2024 Discussed in #782 · 0 comments

Comments

@MLSucharitha
Copy link

Discussed in #782

Originally posted by MLSucharitha September 20, 2023
Hi , Thank you for Gorse team for making it open source. It is working for me locally .
I would like to add new columns in the feedback table and items table ,which I think useful in. my case.
Is there a way I can change the table structure ?

Curent structure :

type Feedback struct {
    FeedbackType string		// feedback type
    UserId       string		// user id
    ItemId       string		// item id
    Timestamp    time.Time	// feedback timestamp
}
type Item struct {
	ItemId     string
	IsHidden   bool
	Categories []string
	Timestamp  time.Time
	Labels     []string
	Comment    string
}

I would like to add more columns to the tables above

Thanks in advance !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant