-
Notifications
You must be signed in to change notification settings - Fork 25
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
requirements for contribution #24
Comments
just to add some information for clarification of what I'm looking for... This is a rough structure of components and interactions which I would like to further specify and add more details. In the end, there might come out a structure covering the entire spplication. With blocks corresponding to the folders (or even files) within tdo's source file repository: If I had some more structural information, I could try to complete the structure sketch. This might help also other developers to contribute in this project. What do you think? |
@nnako This diagram looks very nice. I would remove CircleCI from this picture as it's just a tool used to publish Regarding your original idea, I like it. I would recommend using GitHub Project Wiki to document the architecture of the application. I'm very busy at the moment, but I would gladly review your contributions and provide instructions.
There are also other things that I would love to do here. Some actions are still not implemented using Redux. There are no tests. CxJS now supports drag and drop which could be added to |
@mstijak Thanks ;-) MINIMUM REQUIREMENTS STRUCTURE DOCUMENTATION DEVELOPMENT ENVIRONMENT
Is there a more comfortable way of development? |
OMG, just run For a start, putting the documentation in your own fork first seems reasonable. |
Unfortunately, this doesn't seem to be as easy as we'd like it to be. I have been working on two systems (no further system seems to be available), yet: Windows 7 64bit RaspberryPi v3 running Raspbian Linux Sorry for this. I hope, there will be some kind of solution available. Am I the only Windows OS user for tdo? Any help available? Any hints? |
I'm not sure why that happens. It seems like an older version of CxJS is used which is missing I just updated all dependencies. Can you please pull and try again? It should work. |
-> pulled current version using |
Strange, I don't get the same error. I have removed ampersands. Now? |
https://github.com/codaxy/cxjs/releases - there are only two releases out there, and none is 17.* in which manifest.json appeared --> manifest.js. @nnako check which version of cxjs has been installed inside |
@jacekk Unfortunately, GitHub releases for CxJS are not in sync with npm releases. We need to do a better job in that area. |
@jacekk my cx version seems to be
|
oh. It seems to work now. What I did on the console: -> see log for detailed information: ... why did it work on Raspbian without problems? Hope, it still compiles over there... |
I'd like to contribute to this project, so I want to read through the existing source code. Though I know how to apply the basic web technologies HTML, CSS and JavaScript, this project seems to use some further (advanced) technologies CXJS, React, CircleCi, Babel, ... I currently don't know which parts of tdo belong to tdo itself and which belong to its framework (consisting of these further technologies / libraries).
The text was updated successfully, but these errors were encountered: