Jian Chen
Jian Chen
Currently, the default Text editor is tinymce which is not 'user friendly' for the engineer. I think we should replace the tinymce editor with markdown.
After checked several tags, the filter result(e.g testcase) shoud include all the checked tags.
Requirement management is useful for a testcase management system. 1. support Requirement doc input 2. requirement could split to items which could link to specific testcase. 3. test report need...
Currently, TestCase Change Logs is broken which only log a part of column transformation with awful format.
There are some file upload page in nitrate, some pages need click the upload button and jump to a file upload page while others upload directly. I think it's no...
There are some user related form fields (e.g. Owner field in edit plan page), It's better that supporting auto-complete in such field.
code: ``` use avro_rs::{ types::Record, Codec, Reader, Schema, Writer, Error, }; fn main() -> Result { let raw_schema = r#" { "type": "record", "name": "test", "fields": [ {"name": "a", "type":...