IEEE.org     |     IEEE Xplore Digital Library     |     IEEE Standards     |     IEEE Spectrum     |     More Sites

Skip to content
  • tilley14's avatar
    Conservation projects (#36) · 490abdf3
    tilley14 authored
    * Added skeleton tests/funcs for projects feature
    
    All tests currently run and FAIL
    
    Added TODOs that will need to be addressed before being feature
    complete.
    
    Added project modules to indexes.
    
    Beginning implementation of projects find functionality
    
    * Fixing copy and paste error.
    
    * Added projectName validator and tests.
    
    Projects find now can take a name parameter to find projects with a
    specified name. This search is case insensitive.
    
    Tests for the new validator pass
    
    * Using && instead of & to evaluate validation
    
    If the type of the variable we are evaluating is undefined, we do not
    want to continue. Trying to call length on something that is not a
    string can cause failures
    
    * Completing projects.db find tests
    
    * Added controller tests for project find
    
    All project find tests pass
    
    * Adding descriptions to sample projects
    
    * Fixing table name
    
    * Projects response code 200 tests pass
    
    * Added Tests for finding projects with parameters
    
    * Added test for invalid query
    
    * Created Project enpoint and Validator
    
    Added test for Validator
    
    * Added Create Project Controller Module and Tests
    
    * Added Project create db module and tests
    
    * Adding semicolon
    
    * Fixing property error
    
    * Added Client Create Project Tests
    
    Seperated GET and POST Tests
    
    * Added tests and implementation for PUT/ update
    
    All tests pass
    
    * Updating tests to pass bad requests
    
    * Adding API documentation
    
    * Fixed some formatting. Removed old Todos.
    
    Updated some comments
    
    * using querybuilder for url testing
    
    removed todos and some commented out code
    
    * Fixing Grammar Error
    
    * fixing more spelling mistakes
    490abdf3