Branch: refs/heads/unstable
  Home:   https://github.com/PathwayCommons/factoid
  Commit: 94e12980ca819b8c62a08a1bcb022eaeb45a1875
      
https://github.com/PathwayCommons/factoid/commit/94e12980ca819b8c62a08a1bcb022eaeb45a1875
  Author: IgorRodchenkov <rod...@gmail.com>
  Date:   2018-11-23 (Fri, 23 Nov 2018)

  Changed paths:
    M src/client/components/form-editor/expression-regulation-form.js
    M src/client/components/form-editor/index.js
    M src/client/components/form-editor/interaction-form.js
    M src/client/components/form-editor/molecular-interaction-form.js
    A src/client/components/form-editor/other-interaction-form.js
    M src/client/components/form-editor/protein-modification-form.js
    M src/model/element/interaction-type/enum.js
    R src/model/element/interaction-type/interaction.js
    M src/model/element/interaction-type/modification.js
    A src/model/element/interaction-type/other-interaction.js
    M src/styles/form-editor/form-editor.css

  Log Message:
  -----------
  Refs #392: experimented and mostly fixed existing Form editor/model without 
re-designing (will do soon).


  Commit: 172144c3fb538ffbd04f527bbdaaea85a432fd44
      
https://github.com/PathwayCommons/factoid/commit/172144c3fb538ffbd04f527bbdaaea85a432fd44
  Author: IgorRodchenkov <rod...@gmail.com>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
    M .gitignore
    R src/client/components/form-editor/activation-inhibition-form.js
    R src/client/components/form-editor/expression-regulation-form.js
    M src/client/components/form-editor/index.js
    M src/client/components/form-editor/interaction-form.js
    R src/client/components/form-editor/molecular-interaction-form.js
    R src/client/components/form-editor/other-interaction-form.js
    R src/client/components/form-editor/protein-modification-form.js
    M src/model/element/interaction-type/interaction-type.js
    M src/model/element/interaction-type/transcription-translation.js

  Log Message:
  -----------
  Refs #392; refactoring: replaced many forms with one; -
Some (prev. existed) issues:
- there is a query/promise error when grounding an entity;
- interactions created with the form do not share any participants (
same entities e.g., BMP2 are then displayed as separate nodes in the network 
view).
- "Add interaction" button style need to be fixed.


  Commit: 742cfa5b3159c5027c3f1f64a346c15ee4b688a3
      
https://github.com/PathwayCommons/factoid/commit/742cfa5b3159c5027c3f1f64a346c15ee4b688a3
  Author: IgorRodchenkov <rod...@gmail.com>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
    M src/client/components/form-editor/index.js
    M src/client/components/form-editor/interaction-form.js
    M src/model/element/interaction-type/binding.js
    M src/model/element/interaction-type/interaction-type.js
    M src/model/element/interaction-type/modification.js
    M src/model/element/interaction-type/other-interaction.js
    M src/model/element/interaction-type/transcription-translation.js
    M src/model/element/interaction.js
    M src/model/element/participant-type.js
    M test/interaction.js

  Log Message:
  -----------
  Refs #392 (works): sign selection now also filters the mod. type choices; 
also -
- refactored, removed unused/boilerplate code, methods;
- removed string literals, such as 'activ', 'interacts with', to use already 
defined enum/constants consistently; e.g., we'd later change 'negatively 
affects' to 'inhibits' or else (though I doubt it makes sense) just in one 
place instead of many.


  Commit: ddac548508e7b4710cfa1a7e3977fb71662c452f
      
https://github.com/PathwayCommons/factoid/commit/ddac548508e7b4710cfa1a7e3977fb71662c452f
  Author: IgorRodchenkov <rod...@gmail.com>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M src/model/element/interaction-type/enum.js
    A src/model/element/interaction-type/interaction.js
    R src/model/element/interaction-type/other-interaction.js

  Log Message:
  -----------
  Refs #393, #392: renamed "Other" interaction class and file in the model (per 
Max's request).


  Commit: dff4092ea56ffffe3f1a790b4515e61498b9c164
      
https://github.com/PathwayCommons/factoid/commit/dff4092ea56ffffe3f1a790b4515e61498b9c164
  Author: Igor Rodchenkov <rod...@gmail.com>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M .gitignore
    R src/client/components/form-editor/activation-inhibition-form.js
    R src/client/components/form-editor/expression-regulation-form.js
    M src/client/components/form-editor/index.js
    M src/client/components/form-editor/interaction-form.js
    R src/client/components/form-editor/molecular-interaction-form.js
    R src/client/components/form-editor/protein-modification-form.js
    M src/model/element/interaction-type/binding.js
    M src/model/element/interaction-type/interaction-type.js
    M src/model/element/interaction-type/interaction.js
    M src/model/element/interaction-type/modification.js
    M src/model/element/interaction-type/transcription-translation.js
    M src/model/element/interaction.js
    M src/model/element/participant-type.js
    M src/styles/form-editor/form-editor.css
    M test/interaction.js

  Log Message:
  -----------
  Merge pull request #393 from IgorRodchenkov/unstable

Implements #392 - simple/universal form editor


Compare: 
https://github.com/PathwayCommons/factoid/compare/aa4fd547a8b9...dff4092ea56f
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cytoscape-cvs+unsubscr...@googlegroups.com.
To post to this group, send email to cytoscape-cvs@googlegroups.com.
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to