Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Feat/status board#198

Open
Oludare96 wants to merge 140 commits intocos-archives:developfrom
Oludare96:Feat/Status-Board
Open

Feat/status board#198
Oludare96 wants to merge 140 commits intocos-archives:developfrom
Oludare96:Feat/Status-Board

Conversation

@Oludare96
Copy link
Copy Markdown

Purpose

Changes

Side effects

Ticket

Oludare96 and others added 30 commits June 1, 2017 11:18
…nto developOOO

* 'developesc' of https://github.com/cardene/ember-share:
  render id and status
  rendering id and status
  Rendering id and status
  Template edits
…nto developOOO

* 'developesc' of https://github.com/cardene/ember-share:
  model of history page format-- incorrect data
  data rendering on new url
  new url harvest-history but no data rendering yet

# Conflicts:
#	app/templates/harvest-history.hbs
@laurenbarker laurenbarker mentioned this pull request Aug 11, 2017
@@ -0,0 +1,4 @@
import Ember from 'ember';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

b26

Copy link
Copy Markdown
Collaborator

@aaxelb aaxelb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also fix jslint errors; delete excess files and unneeded tests; do the breadcrumb thing; move components to pod structure

good job!

Comment thread .eslintrc.js Outdated
@@ -0,0 +1,13 @@
module.exports = {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file

Comment thread app/adapters/harvest-log.js Outdated

export default ApplicationAdapter.extend({
pathForType() {
return 'HarvestLog';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to match api (and remove this adapter probably)

},
ajax(url, type, options) {
if (options) {
options.traditional = true;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove, probably

Comment thread app/adapters/source-config.js Outdated

export default ApplicationAdapter.extend({
pathForType() {
return 'SourceConfig';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this adapter (probably)

Comment thread app/adapters/source.js
@@ -0,0 +1,7 @@
import ApplicationAdapter from './application';

export default ApplicationAdapter.extend({
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this adapter probably

</h1>

<h2 style="font-size:2rem; padding: 8px; width: 95%; margin-left: 20px; line-height: 130%; background-color: #F8F8F8" >
{{model.context}}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preserve formatting (newlines, indentation)

{{#status-context status=model.status}}{{/status-context}}
</h1>

<h2 style="font-size:2rem; padding: 8px; width: 95%; margin-left: 20px; line-height: 130%; background-color: #F8F8F8" >
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styles

Comment thread bower.json Outdated
"name": "ember-share",
"dependencies": {
"ember": "~2.5.0",
"ember": "2.5.0",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.5.x

Comment thread config/targets.js Outdated
@@ -0,0 +1,9 @@
/* eslint-env node */
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

Comment thread tests/.eslintrc.js Outdated
@@ -0,0 +1,5 @@
module.exports = {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants