From 181777348f91e693632a2fb4dd93a318eee9445e Mon Sep 17 00:00:00 2001 From: skydread1 Date: Fri, 3 Nov 2023 13:19:52 +0800 Subject: [PATCH] Proper author mention --- README.md | 16 +++++++++++++--- docs/lasagna-stack/fun-map.md | 2 +- docs/lasagna-stack/lasagna-pull.md | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cfafb8f..84fc682 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@

🔸 FLYBOT Web and Mobile App 🔸

-This project is a `mono-repo` **Clojure(Script)** full-stack web and mobile app. +This `mono-repo` hosts a **Clojure(Script)** full-stack web and mobile app. ## 💡 Rational As a company specialized in Clojure, it made sense for us to have our Blog Website developed with Clojure(Script). We wanted to have a way to highlight what we do, our open-source contributions, our job offers and so on. -Moreover, the second goal of this project was too highlight some of our open-source libraries by @robertluo that belong to a stack we call `lasagna` as a reference to having separate layers of implementation as opposed to the spaghetti code and architecture we all fear. +Moreover, the second goal of this project was too highlight some of our open-source libraries by [@robertluo](https://github.com/robertluo) that belong to a stack we call `lasagna` as a reference to having separate layers of implementation as opposed to the spaghetti code and architecture we all fear. -This stack is currently composed of 2 libraries +This stack is currently composed of 2 libraries: ### 🔗 [fun-map](https://github.com/robertluo/fun-map) @@ -39,6 +39,16 @@ This stack is currently composed of 2 libraries **lasagna-pull** is a Clojure library that provides an intuitive query language for precisely selecting and extracting data from deep and nested data structures, offering features like filtering, parameterization, and even pattern validation using malli schemas. +## 🔸 Features + +Employees can use their corporate google account to log in to the website. Once logged in, they can create-edit-delete posts. Some admin users can delete interact with other users'posts. + +They have several optional configurations to customize their posts such as the order of apparition of the post in the page, having an cover image for the post etc + +Therefore, logged in users can switch the UI to `edit mode` and create/edit posts. There is a `preview` post feature as well (similar to what you can see on GitHub for instance). + +You will find classic website features such as light/dark mode, syntax highlighting in code block and responsive design. + ## 🔸 Lasagna Stack You can learn more about the rational of the lasagna stack libraries in: diff --git a/docs/lasagna-stack/fun-map.md b/docs/lasagna-stack/fun-map.md index d66b5ab..7ee69c6 100644 --- a/docs/lasagna-stack/fun-map.md +++ b/docs/lasagna-stack/fun-map.md @@ -1,6 +1,6 @@ # Fun-Map Rational -This report aims at introducing the Lasagna stack library [fun-map](https://github.com/robertluo/fun-map). Fun-Map blurs the line between identity, state and function. As a results, it is a very convenient tool to define `system` in your applications by providing an elegant way to perform associative dependency injections. +The Lasagna stack library [fun-map](https://github.com/robertluo/fun-map) by [@robertluo](https://github.com/robertluo). Fun-Map blurs the line between identity, state and function. As a results, it is a very convenient tool to define `system` in your applications by providing an elegant way to perform associative dependency injections. ## 🔸 Goal diff --git a/docs/lasagna-stack/lasagna-pull.md b/docs/lasagna-stack/lasagna-pull.md index c3d9d46..2970056 100644 --- a/docs/lasagna-stack/lasagna-pull.md +++ b/docs/lasagna-stack/lasagna-pull.md @@ -1,6 +1,6 @@ # Lasagna Pull Rational -[flybot-sg/lasagna-pull](https://github.com/flybot-sg/lasagna-pull) by @robertluo aims at precisely select from deep data structure in Clojure. +[flybot-sg/lasagna-pull](https://github.com/flybot-sg/lasagna-pull) by [@robertluo](https://github.com/robertluo) aims at precisely select from deep data structure in Clojure. ## 🔸 Goal