data-portal
data-portal copied to clipboard
Windmill: data portal for metadata submission and query
have a qa.ejs similar to [index.ejs](https://github.com/uc-cdis/data-portal/blob/master/src/index.ejs) that load bundle.js from the the Commons' QA enviroment so that we can use production data to QA portal changes
this will allow us to introduce static type checking into our code - https://www.typescriptlang.org/docs/handbook/react-&-webpack.html https://flow.org/en/ https://discuss.reactjs.org/t/if-typescript-is-so-great-how-come-all-notable-reactjs-projects-use-babel/4887/3
currently there is no link in home page to help user to submit program and project. To submit a program/project, you should be an `admin `and the page is just:...
right now if there are too many projects, it subsamples to only show a couple We need to figure out a better way to display all projects' names
Would it be helpful / desirable to have a "clear selection" button on the files page? If you click a lot of buttons, might nice to rapid reset. Or is...