Giter Site home page Giter Site logo

centerforopenscience / ember-osf-web Goto Github PK

View Code? Open in Web Editor NEW
120.0 13.0 55.0 40.88 MB

Ember front-end for the Open Science Framework

Home Page: https://osf.io

License: Apache License 2.0

JavaScript 1.56% HTML 0.05% TypeScript 79.95% Dockerfile 0.01% Shell 0.01% Handlebars 13.35% SCSS 5.07%
ember osf science openscience javascript

ember-osf-web's People

Contributors

aaxelb avatar adlius avatar binoculars avatar bp-cos avatar brianjgeiger avatar brianpilati avatar chrisseto avatar chth0n1x avatar cslzchen avatar dependabot-preview[bot] avatar dfreeman avatar ember-tomster avatar fabmiz avatar felliott avatar futa-ikeda avatar greenkeeper[bot] avatar herman-rogers avatar hmoco avatar icereval avatar jamescdavis avatar mattclark avatar mergify[bot] avatar mfraezz avatar r0bc4ry avatar robustdj avatar saradbowman avatar sloria avatar uditijmehta avatar yusuke-komiyama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar

ember-osf-web's Issues

Rendering of markdown files in Viewer

Hello, apologies if I have this wrong as this is my first time opening an issue!

I have a repository with the OSF where inside we have linked out each of the project modules to separate GitHub repositories with markdown files containing a list of instructions (example).

Unfortunately, when these files are viewed though the OSF website, it renders incorrectly with the images missing.

I understand that as these modules are not directly hosted on the OSF it may be difficult/impossible to render these markdown files correctly. Is there any possibility to get this fixed?

Thank you ๐Ÿ˜Š

Set async=false for all relationships.

We should set async=false for all relationships (see reference below). Since we are using decorators, an easy way would be just to define custom @hasMany and @belongsTo decorators that do this by default and import them in place of the ember-decorators decorators.

Having a guarantee that writing post.get('comments') in JavaScript or {{post.comments.length}} in Handlebars won't trigger any side effects is a big benefit for developers โ€“ synchronous templates and computed properties are straightforward and predictable. And if they do forget to load something, instead of having the template's rendering pass try to do it for them, the developer would just see missing data and go load it explicitly themselves somewhere, perhaps in a route or a component hook using an Ember Concurrency task.

Reference: https://embermap.com/notes/83-the-case-against-async-relationships

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.