Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/메인페이지 파티모집프리뷰구현 어드민페이지지pr용 #1300 #1304

Conversation

mantoing
Copy link
Contributor

📌 개요

  • 어드민 파티 페이지에 template, category, report, 부분을 구현하였고, 메인페이지에서 파티 미리보기 컴포넌트 추가하였습니다.

@mantoing mantoing added enhancement New feature or request admin 관리자 페이지에서 발생한 issue user 일반 사용자가 사용하는 서비스에서 발생한 issue labels Mar 15, 2024
@mantoing mantoing self-assigned this Mar 15, 2024
types/partyTypes.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@izone00 izone00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 지금 admin에 있는 className들이 불필요한게 너무 많아서 정리하면 좋을거 같아요

Copy link
Contributor

@izone00 izone00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아래 코드에서 보이는 대부분의 className이 안쓰이는것 같아요
안쓰이는 className만 지우면 될 것 같아요

<TableContainer className={styles.tableContainer} component={Paper}>
        <Table className={styles.table} aria-label='UserManagementTable'>
          <AdminTableHead tableName={'partyCategory'} table={tableTitle} />
          <TableBody className={styles.tableBody}>
            {categories.map((c) => (
              <TableRow key={c.categoryId} className={styles.tableRow}>
                {tableFormat['partyCategory'].columns.map((columnName) => {
                  return (
                    <TableCell

@mantoing mantoing requested a review from izone00 March 16, 2024 09:05
@mantoing mantoing merged commit 2e7aa89 into 6th_party Mar 17, 2024
@mantoing mantoing deleted the feat/메인페이지-파티모집프리뷰구현-어드민페이지지pr용-#1300 branch March 18, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin 관리자 페이지에서 발생한 issue enhancement New feature or request user 일반 사용자가 사용하는 서비스에서 발생한 issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants