NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

Porting over from Riot.js to Vue.js [WIP] #129

Closed alextychan closed 6 years ago

alextychan commented 6 years ago

Purpose / Goal

Porting over tech stack from Riot.js to Vue.js. As mentioned in #10. I won't be able to work on this actively for a while. So I'm leaving this here. Anybody who's adventurous enough can pick it up.

Type

Please mention the type of PR

amitguptagwl commented 6 years ago

Please also check that Google Analytics is working fine.

alextychan commented 6 years ago

@amitguptagwl, this is not a complete port of the original. Google tags aren't implemented as of yet. I've left the things that still need to be implemented in a roadmap.txt file. Please have a look at it.

alextychan commented 6 years ago

Please have a look and merge it into the Vue branch so that future pull requests may reference it.

amitguptagwl commented 6 years ago

It is a big change, it'll take time to review. So I'll probably merge to vue branch first.

Google tags aren't implemented as of yet. I've left the things that still need to be implemented in a roadmap.txt file.

I want you to add it in your speclist.

Questions:

alextychan commented 6 years ago

I will do so at my earliest convenience.

amitguptagwl commented 6 years ago

I mean any purpose of deleting those files. Were you planning to move them on the different location? rename them? or add later?

alextychan commented 6 years ago

I started the project from scratch using the vue-cli. That's why none of the old files exist. The project structure has changed significantly so some of the documentation are out of date.

Roadmap contains features that aren't implemented. I'll work on the checklist once I have the time as I will be busy this week. Same goes for the docunentation.

As for the cname, it should be set up on the domain management site?

Since this is still in development we can leave it as is. Run the following command after forking to test out the code locally.

npm install
npm run serve
amitguptagwl commented 6 years ago

now it's clear. CNAME is required for a custom domain for github hosted web pages. Thanks