Giter Club home page Giter Club logo

braille-utils.api's People

Contributors

bertfrees avatar dkager avatar joeha480 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

braille-utils.api's Issues

Merge with dotify.api

This api should probably be merged with dotify.api (but perhaps it too should subsequently be renamed). The reason for this is that there is not enough distinction between the apis to motivate separate packages considering project overhead and team size. Also, bringing these apis together might benefit the development of this api as it is currently somewhat behind in code style etc.

Things to do before merging:

  • APIs that are not fit for this new location should be deprecated, namely the validator interface (#2)
  • All projects that depend on this should be prepared to be updated to Java 8 (as they will have to use Java 8 once they start using the new api) (brailleapps/issues#9)
  • Release a minor/service version (because some things have been deprecated since the last release)
  • Rename README.md to readme.md (or do the merge on Linux, or change readme.md in dotify.api to README.md)
  • Release a clean major version (see #8)
  • Fix #9
  • Add a notice that the API has been deprecated (see for example dotify.task-api)
  • Release a final version

Add support for "fail" option as fallback method

In EightDotFallbackMethod, the supported fallback methods are:
mask, replace, remove.

Add support for "fail" option as fallback method. If this method is chosen, an
exception should be raised if a character in the 2840-28FF range is encountered.

Remove API uses of get/setFeature

The get/setFeature methods are overused (in fact, they are relied on for normal operation, most notably for getting/setting a Table), this is confusing for new users of the API. The Embosser interface implies that some features can be set (via various "supports"-methods), but the relationship between this interface and EmbosserFeatures is completely implicit.

The get/setFeature should remain, but only for non-API use, meaning features not defined by the API.

Don't require embossers to publish internal tables

Embossers are required to publish internal tables in order to be used with it.
Instead, the embossers could provide the list of internal tables directly.
These could be set by identifier.

The current mechanism is only used if the embosser allows other tables and
should be set using a Table instance.

Add separate information about the embosser manufacturer

Currently, the embosser manufacturer is often included as part of the model name in order to get all models from a particular manufacturer next to each other in a UI. This works fine for Braillo and Index, but it doesn't work as well for manufacturers with long names (who typically do not start their model names with the company name as Index and Braillo does). Separating these two would improve user interface experience.

Todo 5.0.0

  • Remove the inheritance of EmbosserProperties from EmbosserWriterProperties
  • Require non null identifier in AbstractFactory

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.