• 
      

    [WIP] Checklist extension core files

    Review Request #3972 — Created March 17, 2013 and discarded

    Information

    rb-extension-pack

    Reviewers

    Work in progress of getting checklist extension models set up
    
     
    Description From Last Updated

    Col: 5 E128 continuation line under-indented for visual indent

    reviewbotreviewbot

    Col: 1 E302 expected 2 blank lines, found 1

    reviewbotreviewbot

    Col: 1 E302 expected 2 blank lines, found 1

    reviewbotreviewbot

    Col: 1 E302 expected 2 blank lines, found 1

    reviewbotreviewbot

    Col: 54 W292 no newline at end of file

    reviewbotreviewbot

    Col: 1 E302 expected 2 blank lines, found 1

    reviewbotreviewbot

    Col: 8 W292 no newline at end of file

    reviewbotreviewbot

    Col: 2 W292 no newline at end of file

    reviewbotreviewbot
    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          rbchecklist/rbchecklist/admin_urls.py
          rbchecklist/rbchecklist/models.py
          rbchecklist/rbchecklist/extension.py
          rbchecklist/rbchecklist/views.py
          rbchecklist/setup.py
        Ignored Files:
          .reviewboardrc
      
      
    2. rbchecklist/rbchecklist/admin_urls.py (Diff revision 1)
       
       
      Show all issues
      Col: 5
       E128 continuation line under-indented for visual indent
      
    3. rbchecklist/rbchecklist/extension.py (Diff revision 1)
       
       
      Show all issues
      Col: 1
       E302 expected 2 blank lines, found 1
      
    4. rbchecklist/rbchecklist/models.py (Diff revision 1)
       
       
      Show all issues
      Col: 1
       E302 expected 2 blank lines, found 1
      
    5. rbchecklist/rbchecklist/models.py (Diff revision 1)
       
       
      Show all issues
      Col: 1
       E302 expected 2 blank lines, found 1
      
    6. rbchecklist/rbchecklist/models.py (Diff revision 1)
       
       
      Show all issues
      Col: 54
       W292 no newline at end of file
      
    7. rbchecklist/rbchecklist/views.py (Diff revision 1)
       
       
      Show all issues
      Col: 1
       E302 expected 2 blank lines, found 1
      
    8. rbchecklist/rbchecklist/views.py (Diff revision 1)
       
       
      Show all issues
      Col: 8
       W292 no newline at end of file
      
    9. rbchecklist/setup.py (Diff revision 1)
       
       
      Show all issues
      Col: 2
       W292 no newline at end of file
      
    10. 
        
    GR
    1. 
        
    2. rbchecklist/rbchecklist/models.py (Diff revision 1)
       
       
       
       
       
       
       
      Maybe can keep track of the creation time, due time, etc? So the items can be sorted according to different order. 
      
      Sometime people need a greedy way to prioritize the tasks. (i.e., FIFO)
    3. 
        
    PH
    Review request changed
    Status:
    Discarded