Skip to content

Commit

Permalink
#27 added introduction to some readmes and added website_structure re…
Browse files Browse the repository at this point in the history
…adme
  • Loading branch information
fredrikberzins committed Apr 16, 2021
1 parent 86c4a47 commit b3555c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Integration of ESP32 with relay

Here yopu can find information on how to integrat a relay into an existing button.
# Switch type

Depending on what type of switch you are trying to remote controll you will need slighty difrent wiering.
Expand Down
1 change: 1 addition & 0 deletions website/api/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# API
Here you can find information about teh api page/script witch displays the information from the database on a page or the esp32 to fetch.

## Page
The API page is named after which microcontroler is supose to read the number.
Expand Down
2 changes: 1 addition & 1 deletion website/database/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Database
The database is used to keep track of who can sign and who can add new users, moderators and admins. It is also used to be kept as a log off when the request were sent and by whom.
The database is used to keep track of who can sign and who can add new users, moderators, admins and fallback admin. It is also used to be kept as a log off when the request were sent and by whom.

## Uses
The database is used to keep track of every time the request system is used and to keep track off who is an admin and what personel is allowed to have free access.
Expand Down
8 changes: 8 additions & 0 deletions website/website_structure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Website structure
Here you can find information and files to make the website look the way you whant.

## Header and footer
The [```header```](header.php) and [```footer```](footer.php) are inported in both [```index```](../index.php) and [```user_list```](../user_list.php) for a starndadizes header and fotter. These can be used for buttons or to dislpay items.

## Styling/Formating
The CSS files are used to format the pages for a better user experianc. If you want to change the styling you can use the [```root```](root.css) file for general styling (like font size, background color and so on.) and use [```index```](index.css), [```user_list```](user_list.css), [```header```](header.css), [```footer```](footer.css),

0 comments on commit b3555c7

Please sign in to comment.