SeaArk Boats
About SeaArk Boats
SeaArk Boats has been in business since 1992 and joined the Correct Craft team in early 2016. Our team is comprised of over 150 men and women who know the importance of a well-built product — working together to create boats that will last a lifetime and provide families with many happy memories. All of our team members are part of our family and all are treated as such. We love working together to enrich our story and yours. Read more on their about page.
About The Project
Mission: Create a new CMS that is more user friendly for the admin user. Create a better user flow on frontend and a new nice design
Technologies Used: FLEX360 CMS
Links
Video Demo
Summary
My job on this project was to create the backend modules for the admin user to be able to CRUD (create, read, update, delete) any models used in the frontend of the application.
This client used our standard Pages module and News module. I custom made
a Tournaments module, which was for a database model called a "tournament".
The admin can set a beginning and ending DateTime
for each tournament they create. Then I created frontend routes:
- /tournaments/upcoming -- list view of all upcoming tournaments
- /tournaments/past -- list view of all past tournaments
- /tournaments/{tournament}/{slug} -- detail view of an individual tournament displaying times, winners, photo galleries, etc.