-
Notifications
You must be signed in to change notification settings - Fork 258
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
control panel #94
Comments
Very sorry about that, the control panel was served by this package called "go-rice" that does not work at all when packaged into an RPM. Also, when tiedot v3 came out, the API for handling document ID changed and several of us couldn't figure out how to fix it. If you happen to have some extra time, you are certainly more than welcomed to create the next generation web CP for tiedot 👍 |
Just curious, what exactly was the problem with the ID's? (Besides the RPM issue) |
about a year and half ago, tiedot used to store document ID along with other document attributes, so that the ID would be deserialised along with other document attributes when retrieved. Starting from v3, the document ID is no present in the document content. on the web UI, if user attempts to create a document with an attribute called "_id" (or "id", I do not remember clearly), the attribute will be removed before HTTP API is called. |
Yes I see. It is "id" which causes the problems, but "_id" is allowed though. Do you mind if I try to fix it, or perhaps create a new control panel? |
that's much appreciated! please feel free to bring it back in master, i added you as collaborator. |
I am creating the control panel from scratch, so here is a quick status update:
I have created the following very basic pages: (No layout or styling yet)
I am new to Go, and my spare time is rather limited, so it might take some time to complete. |
Thank you soooo much for making the effort! |
ktw, are you pushed your dev for we could collaborate in your changements ? |
bleve-explorer is a panel for bleve, a json-support fulltext indexer. |
Did this ever happen? I'm keen to help out if it did or start something if it didn't. |
@lukerodham not much progress has been made in regards to making the control panel application. Your help would be very much appreciated! |
i noticed that in this release the web control panel is gone.
is the code still in the tree ? I would really like to use it and maybe extend it. useful to me.
The text was updated successfully, but these errors were encountered: