Team Geeks - Beta Sprint log 2

Team_Geeks 团队账号 2023-12-13 20:18:13

I. SCRUM

Achievements from yesterday’s stand-up meeting to the present

  • 周玥:

    Update:

    • SCSS Mixin for Button Colors: The page includes a SCSS mixin named colorBtn which applies a background color to buttons and changes the color on hover.
    • Button Classes: There are several button classes defined such as .blue-btn, .light-blue-btn, .red-btn, etc., each including the colorBtn mixin with different color variables.
    • Pan Button Style: The .pan-btn class has additional styles for font size, padding, border-radius, and hover effects with before and after pseudo-elements.
    • Custom Button: A .custom-button class is also defined for a generic button style with properties like line-height, background, color, and border-radius.
  • 黄家成

    My changes include style overrides for Element UI components .el-breadcrumb__inner, .el-upload, .cell, .small-padding, .fixed-width, .status-col, .el-dialog, .upload-container, .el-dropdown-menu, .el-range-editor.el-input__inner, and .el-menu--collapse. Specific modifications include font weight adjustments, display property changes, padding, width, and text alignment tweaks, as well as fixes for known issues with Element UI components.

  • 姚依林

    Update:

    • Theme Customization: The file contains customizations for the default theme color of the Element UI library, suggesting the original colors were considered too light for long-term use.
    • Color Variables: New color variables are defined for primary, success, warning, and danger themes, as well as other UI elements like buttons and borders.
    • Sass & Webpack Integration: The :export directive is used, indicating an integration between Sass and Webpack to share variables between JavaScript and Sass.
  • 蔡心林

    Update:

    • The .app-container class sets the width and margin of the main container element, as well as the background color and box-shadow properties.
    • The .pagination-container class applies flexbox properties to align and justify the pagination elements, as well as adding some padding and margin.
    • The .sub-navbar class styles the secondary navigation bar with a fixed position, a gradient background, and a box-shadow effect. It also uses a media query to adjust the display property for smaller screens.
    • The body element sets the font-family, font-size, and line-height properties for the entire document, as well as the overflow-x property to prevent horizontal scrolling.
  • 林泳坤

    Update:

    The added code consists of several SCSS mixins, which are reusable CSS code blocks. These mixins include:

    • clearfix: Clears floated elements within a container.
    • scrollBar: Customizes the appearance of scrollbars.
    • relative: Sets the position of an element to relative.
    • pct: Sets the width of an element as a percentage.
    • triangle: Creates a triangle shape in a specified direction.
  • 许嘉森

    Update:

    • General Layout: Introduced common CSS styles for padding and margin, enhancing the visual spacing across elements.
    • Typography: Standardized font properties for headings, ensuring consistency in design.
    • Dialog & Table: Improved dialog margin and table body overflow handling for better user experience.
    • Form & Table Layout: Added distinct styles for form headers and pagination, optimizing layout structure.
    • Color & Text: Defined new button and text color classes, enriching the UI’s visual appeal.
    • Image & Dragging: Included styles for image presentation and drag-and-drop functionality, increasing interactivity.

    This update refines the overall styling, contributing to a more polished and user-friendly interface.

  • 范文卓

    Update:

    • Styling Updates: The changes involve styling updates for a sidebar element in a web application, including transitions, positioning, and responsive design for mobile devices.
    • Code Specifics: The code includes CSS properties for elements such as .main-container, .sidebar-container, and .el-menu, with specific focus on visual aspects like width, height, background color, and hover effects.
  • 孙仲恒:

    Update:

    • Global Transition CSS: This section defines a global CSS class for handling fade transitions. It specifies the duration and type of transition that will be applied to elements when they enter or leave the DOM.
    • Fade Transform: This part introduces a transformation effect combined with fading. It’s useful for animating elements in a more complex way, such as moving them on the X-axis while fading in or out.
    • Breadcrumb Transition: This is a specific transition style for breadcrumb navigation elements. It provides a smooth animation when breadcrumb links are interacted with.
  • 孙逊

    Update:

    Defined a set of Sass variables for base colors, menu themes, and sidebar width. It includes colors like $blue, $red, $green, and others for use in styling the web application.

Commit record

Screenshot 2023-12-13 195802

Meeting photo

Screenshot 2023-12-13 195802

PM Report

Burnup map

Running image of our current program

...全文
97 回复 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
内容概要:本文档详细介绍了基于布谷鸟搜索算法(CSO)优化长短期记忆网络(LSTM)进行时间序列预测的项目实例。项目旨在通过CSO自动优化LSTM的超参数,提升预测精度和模型稳定性,降低人工调参成本。文档涵盖了项目背景、目标与意义、挑战及解决方案、模型架构、代码实现、应用领域、注意事项、部署与应用、未来改进方向及总结。特别强调了CSO与LSTM结合的优势,如高效全局搜索、快速收敛、增强泛化能力等,并展示了项目在金融、气象、能源等多个领域的应用潜力。 适合人群:具备一定编程基础,特别是对MATLAB有一定了解的研发人员和技术爱好者。 使用场景及目标:①提高时间序列预测精度,减少误差;②降低人工调参的时间成本;③增强模型泛化能力,确保对未来数据的良好适应性;④拓展时间序列预测的应用范围,如金融市场预测、气象变化监测、工业设备故障预警等;⑤推动群体智能优化算法与深度学习的融合,探索复杂非线性系统的建模路径;⑥提升模型训练效率与稳定性,增强实际应用的可操作性。 阅读建议:此资源不仅包含详细的代码实现,还涉及模型设计、优化策略、结果评估等内容,因此建议读者在学习过程中结合理论知识与实践操作,逐步理解CSO与LSTM的工作原理及其在时间序列预测中的应用。此外,读者还可以通过多次实验验证模型的稳定性和可靠性,探索不同参数组合对预测效果的影响。
内容概要:本文详细介绍了ArkUI框架及其核心组件Button在鸿蒙应用开发中的重要性。ArkUI框架作为鸿蒙系统应用界面的核心开发工具,提供了简洁自然的UI信息语法、多维状态管理和实时界面预览功能,支持多种布局方式和强大的绘制能力,满足了现代应用开发对于简洁性、高效性和灵活性的要求。Button组件作为ArkUI框架的重要组成部分,通过绑定onClick事件,实现了从简单的数据操作到复杂的业务流程处理,从页面间的无缝导航到各类功能的高效触发。此外,文章还探讨了Button组件在未来智能化、交互体验多样化以及跨设备应用中的潜力和发展趋势。 适合人群:具备一定编程基础,尤其是对鸿蒙应用开发感兴趣的开发人员和设计师。 使用场景及目标:①理解ArkUI框架的基本特性和优势;②掌握Button组件的使用方法,包括基本绑定、复杂逻辑处理和事件传参;③熟悉Button组件在表单提交、页面导航和功能触发等场景下的具体应用;④展望Button组件在智能化、虚拟现实、增强现实和物联网等新兴技术中的未来发展。 阅读建议:由于本文内容涵盖了从基础概念到高级应用的广泛主题,建议读者先了解ArkUI框架的基本特性,再逐步深入学习Button组件的具体使用方法。同时,结合实际案例进行实践操作,有助于更好地理解和掌握相关知识。

176

社区成员

发帖
与我相关
我的任务
社区描述
梅努斯软件工程
软件工程 高校 福建省·福州市
社区管理员
  • LinQF39
  • Jcandc
  • chjinhuu
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧