Skip to content

Commit

Permalink
Add line item to contribution guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Jan 14, 2024
1 parent 155818b commit abe5496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ podman stop $CID && podman rm $CID
* [ ] Top level tags from the API should accessible from the base class: `authressClient.accessRecords.getRecords(...)`
* [ ] Automatic Retry
* [ ] Automatic fallback to cache
* [ ] `OptimisticPerformanceHandler` - Automatic fallback to cache on timeout reached
* [ ] In memory caching for authorization checks - memoize
* [ ] Unsigned int for all limits
* [ ] readonly properties are never specified as required for request bodies
* [ ] Update Documentation for the API
* [ ] Validate all enums are enums and can be null when they should be.
* [ ] Remove LocalHost from the docs
* [ ] Tests
* [x] If-unmodified-since should called `expectedLastModifiedTime`, accept string or dateTime and convert this to an ISO String
* [x] If-unmodified-since should called `expectedLastModifiedTime`, accept string or dateTime and convert this to an ISO String
* [ ] Update OAuth2 openapi authentication references in the documentation

0 comments on commit abe5496

Please sign in to comment.