Hector
Hector
**Is your feature request related to a problem? Please describe.** The current data upload panel is simply transferring the text to the front end, which has many limitations. The interface...
**Is your feature request related to a problem? Please describe.** Now Stave can visualize NLP data results, such as annotation, link. Another type of valuable information to show to machine...
It would be very helpful for communication if we use the RESTful API, that most objects have their URL. It is much easier to share our annotaitons.
**Describe the bug** A new user of this project will have the same name with the existing user. **To Reproduce** Steps to reproduce the behavior: 1. Go to "All Users"...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create a new project 2. Add the ontology 3....
**Is your feature request related to a problem? Please describe.** This project uses JSON in several key places, including: 1. The data files (data packs) 2. The ontology file 3....
**Is your feature request related to a problem? Please describe.** If the user keeps working on a project and do not log out, it may block the other users. **Describe...
**Describe the bug** When two users are working on one project simultaneously, it will create problems to synchronize their efforts. **To Reproduce** Steps to reproduce the behavior: 1. Open two...
**Describe the bug** Currently, the header is shown when the user is logged out, which contains the `logout` button itself. This is quite confusing to the users. **To Reproduce** Simply...
**Describe the bug** Sometimes we can get the following error when using the scope selector. TypeError: Cannot read property 'span' of undefined TextArea src/nlpviewer/components/TextArea.tsx:79 76 | ); 77 | const...