Skip to content

Commit

Permalink
Change brand name (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphucnguyen authored Dec 17, 2024
1 parent 2a5cb62 commit f0d1998
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
restore-keys: |
${{ runner.os }}-flexwork-${{ hashFiles('**/pnpm-lock.yaml') }}-
${{ runner.os }}-flowinquiry-${{ hashFiles('**/pnpm-lock.yaml') }}-
- name: Setup pnpm package manager
id: pnpm-package-manager
run: |
Expand Down
9 changes: 0 additions & 9 deletions .idea/flexwork-frontend.iml

This file was deleted.

4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This Code of Conduct applies within all community spaces, and it also applies wh

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at **[contact@theflexwork.io][email_contact]**. All complaints will be reviewed and investigated promptly and fairly.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at **[contact@flowinquiry.io][email_contact]**. All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

Expand Down Expand Up @@ -77,4 +77,4 @@ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcem
For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq](https://www.contributor-covenant.org/faq). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations).

[homepage]: https://www.contributor-covenant.org
[email_contact]: contact@theflexwork.io
[email_contact]: contact@flowinquiry.io
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Flexwork Client
# FlowInquiry Client

[![Build status](https://github.com/theflexwork/flexwork-frontend/actions/workflows/node.js.yml/badge.svg)](https://github.com/theflexwork/flexwork-frontend/actions/workflows/node.js.yml)
[![Build status](https://github.com/flowinquiry/flowinquiry-frontend/actions/workflows/node.js.yml/badge.svg)](https://github.com/flowinquiry/flowinquiry-frontend/actions/workflows/node.js.yml)

## Overview

Flexwork Client is the front-end application for the Flexwork platform, designed to provide an intuitive and user-friendly interface for managing workflows, team collaboration, and requests. Built with Next.js, it offers a seamless experience across devices, leveraging modern web technologies for performance and accessibility.
FlowInquiry Client is the front-end application for the FlowInquiry platform, designed to provide an intuitive and user-friendly interface for managing workflows, team collaboration, and requests. Built with Next.js, it offers a seamless experience across devices, leveraging modern web technologies for performance and accessibility.

## Key Features

Expand All @@ -14,7 +14,7 @@ Flexwork Client is the front-end application for the Flexwork platform, designed

3. Optimized Performance: Built with Next.js for server-side rendering (SSR) and static site generation (SSG), ensuring fast load times and a smooth user experience.

4. Integration with Flexwork Server: Communicates with the back-end via REST APIs for real-time data synchronization and updates.
4. Integration with FlowInquiry Server: Communicates with the back-end via REST APIs for real-time data synchronization and updates.

## Getting Started

Expand All @@ -28,8 +28,8 @@ Flexwork Client is the front-end application for the Flexwork platform, designed
1. Clone the repository:

```bash
git clone git@github.com:theflexwork/flexwork-frontend.git
cd flexwork-frontend
git clone git@github.com:flowinquiry/flowinquiry-frontend.git
cd flowinquiry-frontend
```

2. Install dependencies
Expand Down Expand Up @@ -63,14 +63,14 @@ pnpm dev

## Related Information

- [Flexwork document](https://theflexwork.github.io/flexwork-docs): The centralized document for Flexwork products
- [Flexwork Server](https://github.com/theflexwork/flexwork-server): Back-end services for Flexwork.
- [Flexwork Client](https://github.com/theflexwork/flexwork-frontend): Front-end application.
- [Flexwork Ops](https://github.com/theflexwork/flexwork-ops): Deployment and operational scripts.
- [FlowInquiry document](https://theflowinquiry.github.io/flowinquiry-docs): The centralized document for FlowInquiry products
- [FlowInquiry Server](https://github.com/flowinquiry/flowinquiry-server): Back-end services for FlowInquiry.
- [FlowInquiry Client](https://github.com/flowinquiry/flowinquiry-frontend): Front-end application.
- [FlowInquiry Ops](https://github.com/flowinquiry/flowinquiry-ops): Deployment and operational scripts.

## Discussions

For any inquiries about the project, including questions, proposals, or suggestions, please start a new discussion in the [Discussions](https://github.com/theflexwork/flexwork-frontend/discussions) section. This is the best place to engage with the community and the Flexwork team
For any inquiries about the project, including questions, proposals, or suggestions, please start a new discussion in the [Discussions](https://github.com/flowinquiry/flowinquiry-frontend/discussions) section. This is the best place to engage with the community and the FlowInquiry team

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "flexwork-frontend",
"name": "flowinquiry-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/docker_deployment.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Default values
IMAGE_NAME="flexwork-frontend"
REMOTE_REPO="theflexwork/${IMAGE_NAME}"
IMAGE_NAME="flowinquiry-frontend"
REMOTE_REPO="flowinquiry/${IMAGE_NAME}"
TAG="latest"

# Parse arguments for custom tag
Expand Down
2 changes: 1 addition & 1 deletion scripts/init_environments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "Creating an empty $output_file..."

# Prompt user for backend server URL (with optional port)
while true; do
read -p "Enter the Flexwork back-end server URL address (e.g., http://localhost or http://localhost:8080). This is the server hosting the Flexwork back-end services: " backend_server
read -p "Enter the FlowInquiry back-end server URL address (e.g., http://localhost or http://localhost:8080). This is the server hosting the FlowInquiry back-end services: " backend_server
if [[ $backend_server =~ ^http(s)?://[a-zA-Z0-9.-]+(:[0-9]{1,5})?$ ]]; then
break
else
Expand Down
2 changes: 1 addition & 1 deletion scripts/valid_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ run_script "pnpm_check.sh" failed_scripts

# After running all scripts, check if any failed
if [ ${#failed_scripts[@]} -eq 0 ]; then
echo "Your environments settings satisfy Flexwork's conditions"
echo "Your environments settings satisfy FlowInquiry's conditions"
else
echo "The following scripts failed:"
for script in "${failed_scripts[@]}"; do
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { ThemeProvider } from "@/providers/theme-provider";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Flexwork",
description: "Flexwork dashboard",
title: "FlowInquiry",
description: "FlowInquiry dashboard",
};

const RootLayout = async ({
Expand Down
4 changes: 2 additions & 2 deletions src/components/admin-panel/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export function Footer() {
<p className="text-xs md:text-sm leading-loose text-muted-foreground text-left">
© {new Date().getFullYear()}{" "}
<Link
href="https://theflexwork.io"
href="https://flowinquiry.io"
target="_blank"
rel="noopener noreferrer"
className="font-medium underline underline-offset-4"
>
TheFlexWork
FlowInquiry
</Link>
. All rights reserved.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin-panel/sheet-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function SheetMenu() {
>
<Link href="/dashboard" className="flex items-center gap-2">
<AppLogo className="w-6 h-6 mr-1" />
<SheetTitle className="font-bold text-lg">Flexwork</SheetTitle>
<SheetTitle className="font-bold text-lg">FlowInquiry</SheetTitle>
</Link>
</Button>
</SheetHeader>
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin-panel/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function Sidebar() {
: "translate-x-0 opacity-100",
)}
>
Flexwork
FlowInquiry
</h1>
</div>
<Menu isOpen={getOpenState()} />
Expand Down
4 changes: 2 additions & 2 deletions src/components/admin-panel/user-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ export function UserNav() {
</DropdownMenu>
<DialogContent>
<DialogHeader>
<DialogTitle>Flexwork</DialogTitle>
<DialogTitle>FlowInquiry</DialogTitle>
<DialogDescription>
Flexwork, the powerful requests management for teams
FlowInquiry, the powerful requests management for teams
</DialogDescription>
</DialogHeader>
</DialogContent>
Expand Down
2 changes: 1 addition & 1 deletion src/components/forms/profile-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const ProfileForm = () => {
? `/api/files/${session?.user?.imageUrl}`
: ""
}
alt="@flexwork"
alt="@flowinquiry"
className="object-cover"
/>
<AvatarFallback>
Expand Down
2 changes: 1 addition & 1 deletion src/components/teams/team-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const TeamForm = ({ teamId }: { teamId: number | undefined }) => {
src={
team?.logoUrl ? `/api/files/${team.logoUrl}` : undefined
}
alt="@flexwork"
alt="@flowinquiry"
/>
<AvatarFallback>
<DefaultTeamLogo />
Expand Down
Loading

0 comments on commit f0d1998

Please sign in to comment.