lichenglu / MVivo

An open sourced NVivo built with Typescript
https://mvivo.herokuapp.com
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

v0.1 roadmap #4

Closed lichenglu closed 5 years ago

lichenglu commented 6 years ago
Feature Status
typescript integration
mobx integration
local persistence (localForage)
react router v4 integration
UI - WorkSpace: list view
UI - WorkSpace: creation
UI - WorkSpace: updating
UI - WorkSpace: deletion
UI - WorkSpace: multi document
UI - CodeBook: list view
UI - CodeBook: list creation
UI - CodeBook: list updating
UI - CodeBook: list deletion
multi-document storage per workspace
plain-text parsing - file upload
plain-text parsing - copy & paste
Word doc parsing
select-text-to-code
allow multiple codes for one entity
manage entity's codes
code book output
lichenglu commented 5 years ago

Finished! @liusashmily

saliudev commented 5 years ago

Awesome!

I just pulled it. It looks great! I can highlight the text, or create a new code without any trouble.

However, I could not figure out how I can code the text after I select the text. It seems only highlight it....Am I missing something?

On Thu, 11 Oct 2018 at 21:37, Chenglu Li notifications@github.com wrote:

Finished! @liusashmily https://github.com/liusashmily

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lichenglu/MVivo/issues/4#issuecomment-429184669, or mute the thread https://github.com/notifications/unsubscribe-auth/AExJ3yvymGrtB04PzZDr3De19sX2y2RAks5ukABhgaJpZM4WA5Cr .

-- Sa Lisa Liu

lichenglu commented 5 years ago

Hi Lisa @liusashmily!

The way coding works is different now:

  1. So you need to create Buffered Texts manually by selecting sentence, and then press cmd + e. Then you will see the old familiar grey colored texts.
  2. Then you need to go to right side in the app (the side with the search bar), and either create a new code, or click on the old codes.

I uploaded some GIFs for demonstration: https://github.com/lichenglu/MVivo/tree/master/tutorials