Skip to content

Commit da71eff

Browse files
authored
Add things to validate to readme
1 parent aea0d67 commit da71eff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ After authenticating, the root page should be defined as the **Resources Index**
2222
**Resources**
2323

2424
The Resources page displays a search form. From this page, a user can search for a resource and add a new resource. After searching for a resource, it should populate with the search results. Clicking on `Add a Resource` should open a modal with a form to add a Resource. On success, it should give a message that a resource was added successfully, or if there are errors, display error messages in an [flash message](https://material-ui.com/components/snackbars/).
25+
26+
## Things to Validate
27+
+ Testing frameworks (Jest or Mocha)
28+
+ UI Framework - is it easily extendable and manageable?
29+
+ Any cons?

0 commit comments

Comments
 (0)