Giter VIP home page Giter VIP logo

capodicis-notes's Introduction

capodicis-notes

A simple Chrome extension that allows you to

  • Make notes on any webpage
  • Mare a 'webpage' as done, whatever that means to you. For example it could mean you are doing research on different makes of car to buy, and when you have finished the research for a particular model you click done.
  • A summary of pages, notes and whether they are done.

You can try ou the latest published version here: https://chrome.google.com/webstore/detail/capodicis-notes/bpdecocmkliobhlkoobndgljopopnijc?authuser=1

Notes for developers and contributers:

  • Some of the code is written in the Elm Language, a language that compiles to Javascript. So make sure you have this installed if you want to build (see http://elm-lang.org/install)
  • I use Windows and a bash to run make.sh, but I am sure this will work OK on Linux or Mac.

capodicis-notes's People

Contributors

mcapodici avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

llaisdy ygmpkk

capodicis-notes's Issues

Improve Style

Some things to improve the style/readability of the code:

  • Add comments for documentation
  • Check code against elm style guide
  • Ordering: Model Type, Supporting Types For Model, Message Type, Supporting Types for Message, Update, View, Supporting Functions

Maybe the order should be different? But needs to be consistent across this project. Check what other Elm packages are doing?

Cruft Removal

  • Remove the app functions in Popup and Summary
  • Check for other unused functions

Code Refactor

  • In Shared, the NoteModel should be Note, and NoteModel should be defined as Model in Popup seperately
  • Shared should be renamed as Note, maybe under a data folder
  • Check all cases in JS and Elm where errors are handled and ensure they are effective

Automation

  • Automation of build number
  • Use make file

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.