Git Product home page Git Product logo

arassync's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arassync's Issues

Migrate tests to NUnit + fix categories

  • Rewrite all tests to use NUnit instead of MS Test Framework.
  • Rename category "IntegrationTest" => "StagingTest" (as it requires code to run on server).
  • Categorize tests (that communicate with Aras server as "IntegrationTest" (i.e. almost all).

Investigate use of NLog instead of the homegrown logging code.

NLog is much nicer and supports levels/timing and more, but I'm not sure if it can be added without having to configuire the IIS web application globally.

Maybe it's not a problem to do that, so this warrants some investigation.

If it is possible to create a local logging context/loggers in Nlog and use that, it could probably be drop in replacement for the current logging code.

Add autoincrement of file caching version when modifying files in Innovator/Client

The filesRevision attribute should be incremented whenever the javascript content changes, as per the following quote from an Aras hotfix installation instruction. This seems like a natural addition whenever something inside Innovator/Client is edited by ArasSync.

From the root of your code tree, navigate to \Innovator\Client\ and edit the web.config file
Near the bottom of this file, find the tag called <cachingModule/>
Edit the filesRevision attribute of this tag. The value should be increased from std to 2, 3, 4, etc
<cachingModule moduleEnabled="true" filesRevision="2"/>

Use DocFX to generate both API and ad-hoc documentation.

Currently the Docu tool is used to document a specific feature.

Maybe DocFX, which is used to document this entire repo, can also be used to generate API docs for a single Aras feature and upload.

At least, it'd be nice to to have too many binaries in the tree.

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.