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

24849 Coding Frontend #1

Merged
merged 10 commits into from
Oct 2, 2015
Merged

24849 Coding Frontend #1

merged 10 commits into from
Oct 2, 2015

Conversation

nguyen-tuan-mulodo
Copy link
Contributor

Outline

Coding blog front end .

Features of development

  • Login + Logout + Home
    • Login
    • Logout
    • Home
  • Update User Info
  • Search User by username/firstname/lastname
  • Change Password
  • List all posts
  • List all user posts
  • Create/Edit/Delete a post
    • Create a post
    • Edit a post
    • Delete a post
  • Create/Edit/Delete comments for a post
    • Create a comment
    • Edit a comment
    • Delete a comment
  • Register User Account

@nguyen-tuan-mulodo nguyen-tuan-mulodo changed the title Create pull request 24849 Coding Frontend Sep 28, 2015
@nguyen-tuan-mulodo nguyen-tuan-mulodo changed the title 24849 Coding Frontend [WIP] 24849 Coding Frontend Sep 28, 2015
@nguyen-tuan-mulodo
Copy link
Contributor Author

@nguyen-tien-mulodo Thanks for your review. I fixed all error above.

@kondo-takuto-mulodo
Copy link

@nguyen-tien-mulodo
@nguyen-tuan-mulodo

You guys had better to learn Markdown a little. When you write code in your comments, put " ```" before and after the line. Then the code is displayed while maintaining the indentation. Please refer to the following.

Route::match ( [
'get',
'post'
], 'users/password', 'UserController@getPassword' );

Route::match ( [ 
        'get',
        'post' 
], 'users/password', 'UserController@getPassword' );

@nguyen-tuan-mulodo
Copy link
Contributor Author

Thanks sir, I've got it.
Testing:

private function Foo($foo)
{
    // the process
}

@kondo-takuto-mulodo
Copy link

@nguyen-tuan-mulodo Good!

@nguyen-tuan-mulodo nguyen-tuan-mulodo changed the title [WIP] 24849 Coding Frontend 24849 Coding Frontend Oct 2, 2015
nguyen-tuan-mulodo added a commit that referenced this pull request Oct 2, 2015
@nguyen-tuan-mulodo nguyen-tuan-mulodo merged commit 12c03ee into master Oct 2, 2015
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.

4 participants