GithubHelp home page GithubHelp logo

home-desktop-system's People

Contributors

codezeilen avatar

Stargazers

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

Watchers

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

Forkers

codezeilen

home-desktop-system's Issues

Object Editor drag and drop

Some drops are forwarded to the wrong morph (e.g. a drop on a badge is handled by the line). Also the drop event handling method includes cases that are no longer triggered by anyone.

Hardcoded local path

DomainObject>>externalFileName uses a hardcoded path.

externalFileName

  ^ (self has: #file) 
    ifTrue: [ | fileName |	
      fileName := self file asString.
      (fileName includesSubstring: ':PDF')
        ifTrue: [fileName := 'C:\Users\patri\Desktop\literature\phd\' , (fileName copyWithoutFirst copyUpTo: $:)].
      fileName]

Extend the object editor

The following features should work:

  • Add a field to the object
  • Editing widget for numbers
  • Change order of collection items (if possible)

No implementors of 'levenshteinDistanceTo:'

The method DomainObject class >> resolve:createBasedOn:automaticAccept: looks off to me. It sends the selector levenshteinDistanceTo: but there are no implementors for it.

Typos

HomeDataIntegrityRuleResult class>>newManuelInterventionResultFromResults:for:

Refactor object editor infrastructure

The ObjectEditor wrapper should have both, the original selector as well as the label. Further, the fields should be based on selectors not instance variables.

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.