Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pradeepgokul-patch #1063

Closed
wants to merge 46 commits into from
Closed

pradeepgokul-patch #1063

wants to merge 46 commits into from

Conversation

pradeepgokul
Copy link

@pradeepgokul pradeepgokul commented Jun 14, 2017

This change is Reviewable

jLouzado and others added 30 commits February 9, 2017 10:35
- 22:9   error  Unexpected var, use let or const instead       no-var
- 24:9   error  Unexpected console statement                   no-console
- 24:21  error  Unexpected string concatenation                prefer-template
- 24:21  error  Strings must use singlequote                   quotes
- 62:7   error  'CardEstimate' is defined but never used       no-unused-vars
 - tried fixing this but not sure what the error is.
- 87:4   error  Missing trailing comma                         comma-dangle
- 88:2   error  Newline required at end of file but not found  eol-last
- 22:9   error  Unexpected var, use let or const instead       no-var
- 24:9   error  Unexpected console statement                   no-console
- 24:21  error  Unexpected string concatenation                prefer-template
- 24:21  error  Strings must use singlequote                   quotes
- 62:7   error  'CardEstimate' is defined but never used       no-unused-vars
 - tried fixing this but not sure what the error is.
- 87:4   error  Missing trailing comma                         comma-dangle
- 88:2   error  Newline required at end of file but not found  eol-last
* zero was being accepted but not displayed,
* float point numbers weren't accepted
* the size of the fields were all strange, now they've been fixed and aligned properly
Feature: Hourly Estimate for Cards
* also filtered out hidden boards on `BoardsList.jade`
* subBoardId and subBoardSlug need to be stored,
* new `mutations` needed as well
Sub-Board Preliminary Delivery
* fixes issue where Board List doesn't show any boards on startup
@CLAassistant
Copy link

CLAassistant commented Jun 14, 2017

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ pradeepgokul
✅ jLouzado
❌ hrishikeshpardeshi
You have signed the CLA already but the status is still pending? Let us recheck it.

@xet7
Copy link
Member

xet7 commented Jun 17, 2017

@pradeepgokul

Please close this pull request and create new one with these changes already there:

  • Fix merge errors with newest Wekan changes
  • Fix eslint errors before making pull request
  • Remove debug lines
  • Do not remove and add Wekan logos, headers, screenshots, etc, leave them as is. Only if there is new image related to this feature, add it only.
  • Do not change Wekan default fonts
  • Do not change Wekan default colors
  • Do not add Adobe fonts that are loaded from remote website and can have any kind of tracking with Javascript.

@xet7
Copy link
Member

xet7 commented Jun 17, 2017

@pradeepgokul

I did start fix all those myself but I got lost with all the errors.

@@ -7,6 +7,9 @@ head
difficult to do that cleanly with Blaze -- at least without adding extra
packages.
link(rel="shortcut icon" href="/wekan-favicon.png")
script(src="https://use.typekit.net/sye2guq.js")
Copy link

Choose a reason for hiding this comment

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

Should reference an internal file (same origin as wekan server) instead of an external file in order to:

  • protection of private life
  • security issues
  • instability due to an external update of the file
  • possibility to use wekan in a closed network

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Should not reference an external file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants