Skip to content

Latest commit

 

History

History
55 lines (54 loc) · 2.44 KB

TODO

File metadata and controls

55 lines (54 loc) · 2.44 KB

Todo List for Fossix

Home Page

  • State “DONE” from “TODO” [2013-07-19 Fri 02:02]

Article Page

  • State “DONE” from “TODO” [2013-07-19 Fri 02:02]

– Comments

Content revision

  • State “DONE” from “TODO” [2013-07-19 Fri 02:02]

OpenID selection in login page

  • State “DONE” from “TODO” [2013-07-23 Tue 07:52]

Fresh Login (Reauth in some cases)

Multiple OpenID per user

When the user is logged in, ask user to login with new openid.

# Check if the user is logging from another openid
if g.user.is_authenticated():
    identity = Identity()
    identity.url = session['openid']
    user.identity.append(identity)
    db.session.commit()
    flash('New Open ID added')

OpenID URL encryption

  • State “DONE” from “TODO” [2013-07-30 Tue 15:24]

Public User profile

  • State “DONE” from “TODO” [2013-07-21 Sun 12:46]

Personal profile page

  • State “DONE” from “TODO” [2013-07-19 Fri 02:03]

Profile edit page

  • State “DONE” from “TODO” [2013-07-19 Fri 02:03]

Admin Interface

Moderation Interface

User karma

STARTED Per user “like” and “Read” tracking

  • State “STARTED” from “TODO” [2013-07-30 Tue 15:25]

Site static pages

  • State “DONE” from “TODO” [2013-07-23 Tue 07:53]

Add expires header in apache config

  • State “DONE” from “TODO” [2013-07-30 Tue 15:24]

Image and file upload option in content creation page

CANCELLED User information (a text block) in the profile page

  • State “CANCELLED” from “TODO” [2013-07-31 Wed 20:01]
    Not required in a site like fossix

Update sitemap to include tags pages and user profile pages

  • State “DONE” from “TODO” [2013-07-31 Wed 21:21]

remove link from cc-by-sa and make link on policies

  • State “DONE” from “TODO” [2013-07-30 Tue 15:24]

Create privacy policy in compliance to Google analytics and Adsense

  • State “DONE” from “TODO” [2013-07-24 Wed 19:56]

Create a frequently asked questions section

Update site’s meta for google search

  • State “DONE” from “TODO” [2013-08-02 Fri 16:19]

[#A] [BUG] Tags not updating on subsequent revisions