Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Conversation

@yongabyte
Copy link
Member

@yongabyte yongabyte commented Apr 12, 2017

  1. remove duplicate tag code on user and project profile.
  2. create tag directive for all kinds of tags.
  3. tag for blog.
  4. change tag bubble color from #eee to #ddeeff.
    #eee is the same color as the background color of blog post.
    image

feature of tag for blog:
1.tags will only get save when user trigger submit post.
2. remove the "+" button ------------- on the editblog page for tag.
| new tag | + <-----removed
--------------
Whenever + is hit, submit will be triggerred, user forced to exit blog edit popup. Problem did not occur when hitting enter for the same functionality.
edit blog:
image
blogs:
image

Honorable mention: @SaswatB
fixes: #580

@yongabyte yongabyte requested review from SaswatB and kmcnellis April 12, 2017 01:01
}
.blog-tag .tech-tags {
padding : 0px;
margin-top: -10px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Spacing does not seem correct

router.put('/:id/:tech/removeTech', auth.canEdit(), controller.removeTech);

router.delete('/:id/project', auth.isAuthenticated(), controller.removeProject);
router.delete('/addTechBubble/:id/:tech', auth.isAuthenticated(), controller.removeProject);
Copy link
Contributor

Choose a reason for hiding this comment

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

please follow convention of /:id/ first

});
};

$scope.readOnly = function(){
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use consistent naming.
Below this is called canEdit(), unless there's a specific reason to call this readOnly() it would be ideal to use the same name.

@kmcnellis
Copy link
Member

@SaswatB ?

@yongabyte
Copy link
Member Author

@agundy what need to be fixed?

@kmcnellis
Copy link
Member

@agundy ?

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tags to blog posts

5 participants