taotnpwaft / website

The TAOTNPWAFT organization's Website repository.
GNU General Public License v3.0
6 stars 5 forks source link

This PR adds a chat feature to the website #21

Open gbowne1 opened 1 year ago

gbowne1 commented 1 year ago

This commit includes code for a Chat feature branch that could be added back to the main branch if and when we decide to make a chat feature on the website.

This code is untested, and should be merged if and when we decide to build a Chat feature only after testing.

hitblast commented 1 year ago

Might need to test this out.

gbowne1 commented 1 year ago

@hitblast It should be fine. Thing to do would be to check out the branch and test locally before merging.
The only major thing this does is add back some of the original work, including changes by @HritikR and @idormain

I was not completely sure which files needed to be brought back when I migrated to the org. However looking through my archive (I did save the old repo locally) I found things that referenced files that are in this current project.

The Libs folder will fix the missing files errors.

The only thing that will need to be done is update the libraries. They are ~1yr or more old.

I've just seen that this version jQWidgets and Toastr have log4j errors at least according to the dependabot we were using (unconfigured).

gbowne1 commented 1 year ago

We can still use the original index.html which should work fine until we find people that have enough experience with PHP v7 // v8,

I copied the contents of index.html's <header> ... </header> tags to header.php and saved.

gbowne1 commented 1 year ago

As for the chat feature.. yeah I don't know how much a chat feature would really be used.