GithubHelp home page GithubHelp logo

cricrio / cozy-notes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cozy/cozy-notes

0.0 0.0 0.0 4.09 MB

License: GNU Affero General Public License v3.0

JavaScript 43.36% TypeScript 52.73% CSS 2.78% Smarty 0.02% EJS 0.30% Stylus 0.81%

cozy-notes's Introduction

Travis build status shield Github Release version shield jest

Cozy Notes

What's Cozy Notes?

...

Hack

๐Ÿ“Œ Note: we recommend to use Yarn instead of NPM for package management. Don't hesitate to install and use it for your Cozy projects, it's now our main node packages tool for Cozy official apps.

Install

Hacking the Cozy cozy-notes app requires you to setup a dev environment.

You can then clone the app repository and install dependencies:

$ git clone https://github.com/cozy/cozy-notes.git
$ cd cozy-notes
$ yarn install

๐Ÿ“Œ If you use a node environment wrapper like nvm or ndenv, don't forget to set your local node version to >= 12 before doing a yarn install.

Cozy's apps use a standard set of npm scripts to run common tasks, like watch, lint, test, buildโ€ฆ

Run it inside the VM

First, you need to install docker and our cozy-app-dev image. See how to in our install the development environment documentation

Then, you need to build at least once the Notes app before running the docker image:

$ yarn start

Then, in an other process, you can run the docker image:

$ yarn stack:docker:dev

Your app is now available at http://app.cozy.localhost:8080.

Password is cozy by default.

This command uses the cozy-stack docker image.

By launching this stack:docker:dev command, you disable our Content Security Policy (CSP) (which are very restrictive by default) to have access to the HMR. Don't forget to test your builded application (not watched) using stack:docker:prod to activate them.

Living on the edge

Cozy-ui is our frontend stack library that provides common styles and components accross the whole Cozy's apps. You can use it for you own application to follow the official Cozy's guidelines and styles. If you need to develop / hack cozy-ui, it's sometimes more useful to develop on it through another app. You can do it by cloning cozy-ui locally and link it to yarn local index:

git clone https://github.com/cozy/cozy-ui.git
cd cozy-ui
yarn install
yarn link

then go back to your app project and replace the distributed cozy-ui module with the linked one:

cd cozy-drive
yarn link cozy-ui

Cozy-client is our API library that provides an unified API on top of the cozy-stack. If you need to develop / hack cozy-client in parallel of your application, you can use the same trick that we used with cozy-ui: yarn linking.

Tests

Tests are run by jest under the hood. You can easily run the tests suite with:

$ cd cozy-notes
$ yarn test

๐Ÿ“Œ Don't forget to update / create new tests when you contribute to code to keep the app the consistent.

Models

The Cozy datastore stores documents, which can be seen as JSON objects. A doctype is simply a declaration of the fields in a given JSON object, to store similar objects in an homogeneous fashion.

Cozy ships a built-in list of doctypes for representation of most of the common documents (Bills, Contacts, Files, ...).

Whenever your app needs to use a given doctype, you should:

  • Check if this is a standard doctype defined in Cozy itself. If this is the case, you should add a model declaration in your app containing at least the fields listed in the main fields list for this doctype. Note that you can extend the Cozy-provided doctype with your own customs fields. This is typically what is done in Konnectors for the Bill doctype.
  • If no standards doctypes fit your needs, you should define your own doctype in your app. In this case, you do not have to put any field you want in your model, but you should crosscheck other cozy apps to try to homogeneize the names of your fields, so that your doctype data could be reused by other apps. This is typically the case for the Konnector doctype in Konnectors.

Open a Pull-Request

If you want to work on cozy-notes and submit code modifications, feel free to open pull-requests! See the contributing guide for more information about how to properly open pull-requests.

Community

What's Cozy?


Cozy is a platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

Localization

Localization and translations are handled by Transifex, which is used by all Cozy's apps.

As a translator, you can login to Transifex (using your Github account) and claim an access to the app repository. Locales are pulled when app is build before publishing.

As a developer, you must configure the transifex client, and claim an access as maintainer to the app repository. Then please only update the source locale file (usually en.json in client and/or server parts), and push it to Transifex repository using the tx push -s command.

Maintainer

The lead maintainer for cozy-notes is edas, send him/her a ๐Ÿป to say hello!

Get in touch

You can reach the Cozy Community by:

License

cozy-notes is developed by edas and distributed under the AGPL v3 license.

cozy-notes's People

Contributors

edas avatar crash-- avatar acezard avatar y-lohse avatar renovate-bot avatar jf-cozy avatar dependabot[bot] avatar poupotte avatar renovate[bot] avatar ptbrowne avatar ldoppea avatar zatteo avatar cballevre avatar trollepierre avatar drazik avatar polaritoon avatar sblaisot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.